From 72cdccf8965735a77d5a72c31f4ebc2d4d36682a Mon Sep 17 00:00:00 2001 From: Wouter Bolsterlee Date: Sat, 19 Mar 2016 23:54:50 +0100 Subject: Port to thriftpy --- happybase/batch.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'happybase/batch.py') diff --git a/happybase/batch.py b/happybase/batch.py index 5e51410..a8162e9 100644 --- a/happybase/batch.py +++ b/happybase/batch.py @@ -6,7 +6,7 @@ from collections import defaultdict import logging from numbers import Integral -from .hbase.ttypes import BatchMutation, Mutation +from .Hbase_thrift import BatchMutation, Mutation logger = logging.getLogger(__name__) -- cgit v1.2.1