summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorbwo <wolfson@gmail.com>2019-05-13 13:32:21 -0700
committerwouter bolsterlee <wouter@bolsterl.ee>2019-05-13 22:32:21 +0200
commit1c3c24bb23536a88d17aeb326879fea6c76a2c03 (patch)
tree8c17f8653703cb30f3e2de425372bb33876c70f7 /tests
parentdacc526c5f07f0644d518ed4b8e25505882f2906 (diff)
downloadhappybase-1c3c24bb23536a88d17aeb326879fea6c76a2c03.tar.gz
update to thriftpy2 (#222)
Diffstat (limited to 'tests')
-rw-r--r--tests/test_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api.py b/tests/test_api.py
index f5242a5..7c562da 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -518,7 +518,7 @@ def test_connection_pool_construction():
def test_connection_pool():
- from thriftpy.thrift import TException
+ from thriftpy2.thrift import TException
def run():
name = threading.current_thread().name