summaryrefslogtreecommitdiff
path: root/happybase/table.py
diff options
context:
space:
mode:
authorWouter Bolsterlee <uws@xs4all.nl>2016-03-27 21:46:42 +0200
committerWouter Bolsterlee <uws@xs4all.nl>2016-03-27 21:46:42 +0200
commit9212da0fd4997e462a95f20a8c26182ce51be55e (patch)
tree7157e2b855fdccfdd5df8b2e6729fd2cfa8081a9 /happybase/table.py
parent1ded319c92c3861b2ebbc455f6763d812fc13e55 (diff)
downloadhappybase-9212da0fd4997e462a95f20a8c26182ce51be55e.tar.gz
Port to thriftpy
Diffstat (limited to 'happybase/table.py')
-rw-r--r--happybase/table.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/happybase/table.py b/happybase/table.py
index 3cb26b7..87be2f6 100644
--- a/happybase/table.py
+++ b/happybase/table.py
@@ -7,7 +7,8 @@ from numbers import Integral
from operator import attrgetter
from struct import Struct
-from .hbase.ttypes import TScan
+from .Hbase_thrift import TScan
+
from .util import thrift_type_to_dict, str_increment, OrderedDict
from .batch import Batch