summaryrefslogtreecommitdiff
path: root/happybase/table.py
diff options
context:
space:
mode:
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