Commit 6b4b0719 authored by tarek's avatar tarek

Avoid shadowing the package fixes #80

--HG--
branch : distribute
extra : rebase_source : 1cdd34df8c993d532101e25f6c1d3f5fb164817c
parent fa3779fa
......@@ -5,7 +5,7 @@ __all__ = [
'register', 'bdist_wininst', 'upload_docs',
]
from setuptools.command.install_scripts import install_scripts
from setuptools.command import install_scripts
import sys
if sys.version>='2.5':
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment