diff options
Diffstat (limited to 'happybase/batch.py')
| -rw-r--r-- | happybase/batch.py | 2 |
1 files changed, 1 insertions, 1 deletions
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__) |
