소스 검색

fix removing of wrong path

oz123 11 년 전
부모
커밋
8e8ec9aff0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      setup.py

+ 1 - 1
setup.py

@@ -32,7 +32,7 @@ class PyCryptoInstallCommand(install):
                       + os.path.join('.', '.setup',
                                      'pycrypto-2.6.win32-py2.7.exe'))
             install.run(self)
-            shutil.rmtree('.', '.setup')
+            shutil.rmtree('.setup')
         else:
             print(('Please use pip or your Distro\'s package manager '
                    'to install pycrypto ...'))