We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1e507 commit 68fdb97Copy full SHA for 68fdb97
happybase/connection.py
@@ -16,7 +16,7 @@
16
from .hbase.ttypes import ColumnDescriptor
17
from .table import Table
18
from .util import pep8_to_camel_case
19
-from .thrift_sasl import TSaslClientTransport
+from thrift_sasl import TSaslClientTransport
20
21
logger = logging.getLogger(__name__)
22
happybase/thrift_sasl.py
requirements.txt
@@ -1,2 +1,3 @@
1
thrift>=0.8.0
2
+thrift_sasl
3
sasl
0 commit comments