summaryrefslogtreecommitdiff
path: root/setup_skytools.py
diff options
context:
space:
mode:
authorPetr Jelinek2012-12-20 14:52:51 +0000
committerPetr Jelinek2012-12-20 14:52:51 +0000
commit272156f33b097ae883d3213b7d695524611100ee (patch)
treebaeb5e7a786822cf516936434e954d11175df107 /setup_skytools.py
parent7908cf38738c8d918e3d23734b6dac854ff703fa (diff)
pyhashtext: make pure python hashtext available via old hashtext api also
Diffstat (limited to 'setup_skytools.py')
-rwxr-xr-xsetup_skytools.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_skytools.py b/setup_skytools.py
index 42f91b79..d8c909d4 100755
--- a/setup_skytools.py
+++ b/setup_skytools.py
@@ -185,7 +185,7 @@ c_modules = []
if BUILD_C_MOD:
ext = [
Extension("skytools._cquoting", ['python/modules/cquoting.c']),
- Extension("skytools.hashtext", ['python/modules/hashtext.c']),
+ Extension("skytools._chashtext", ['python/modules/hashtext.c']),
]
c_modules.extend(ext)