Skip to content
This repository has been archived by the owner on Nov 21, 2017. It is now read-only.

Commit

Permalink
Unused import in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kemitche committed Jun 12, 2012
1 parent 6887bac commit c6c303c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
@@ -1,11 +1,11 @@
#!/usr/bin/env python2.7 #!/usr/bin/env python2.7


try: try:
from setuptools import setup, find_packages from setuptools import setup
except ImportError: except ImportError:
from ez_setup import use_setuptools from ez_setup import use_setuptools
use_setuptools() use_setuptools()
from setuptools import setup, find_packages from setuptools import setup


setup( setup(
name='l2cs', name='l2cs',
Expand Down

0 comments on commit c6c303c

Please sign in to comment.