Browse Source

remove unused modules

oz123 11 years ago
parent
commit
4b6189901c
1 changed files with 1 additions and 3 deletions
  1. 1 3
      setup.py

+ 1 - 3
setup.py

@@ -8,8 +8,6 @@ import pwman
 import sys
 from setuptools.command.install import install
 import os
-import urllib
-import shutil
 
 
 class PyCryptoInstallCommand(install):
@@ -25,7 +23,7 @@ class PyCryptoInstallCommand(install):
         if 'win32' in sys.platform:
             if not 'AMD64' in sys.version:
                 pycrypto = 'pycrypto-2.6.win32-py2.7.exe'
-            else: #   'AMD64' in sys.version:
+            else:  # 'for AMD64'
                 pycrypto = 'pycrypto-2.6.win-amd64-py2.7.exe'
             os.system('easy_install '+base_path+'/'+pycrypto)
             install.run(self)