|
@@ -81,8 +81,8 @@ def is_fat_file(path):
|
|
|
|
|
|
|
|
|
|
|
|
|
def get_python_ext_module_dir():
|
|
def get_python_ext_module_dir():
|
|
|
- import _sha1
|
|
|
|
|
- return os.path.dirname(_sha1.__file__)
|
|
|
|
|
|
|
+ import cmath
|
|
|
|
|
+ return os.path.dirname(cmath.__file__)
|
|
|
|
|
|
|
|
|
|
|
|
|
if sys.platform in ('win32', 'cygwin'):
|
|
if sys.platform in ('win32', 'cygwin'):
|