setup.py: duplicate import removed

This commit is contained in:
Serghei Mihai 2015-04-07 16:11:53 +02:00
parent daf11883ed
commit 2055a8c858
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@
''' Setup script for cmsplugin-blurp
'''
import sys
from setuptools import setup, find_packages
from setuptools.command.install_lib import install_lib as _install_lib
from distutils.command.build import build as _build