summaryrefslogtreecommitdiff
path: root/happybase/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'happybase/__init__.py')
-rw-r--r--happybase/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/happybase/__init__.py b/happybase/__init__.py
index 978c1d6..feb2fec 100644
--- a/happybase/__init__.py
+++ b/happybase/__init__.py
@@ -4,7 +4,7 @@ HBase.
"""
import pkg_resources as _pkg_resources
-import thriftpy as _thriftpy
+import thriftpy2 as _thriftpy
_thriftpy.load(
_pkg_resources.resource_filename('happybase', 'Hbase.thrift'),
'Hbase_thrift')