diff --git a/qa/rpc-tests/txn_clone.py b/qa/rpc-tests/txn_clone.py index 08473e6b5..0d276ecc9 100755 --- a/qa/rpc-tests/txn_clone.py +++ b/qa/rpc-tests/txn_clone.py @@ -10,7 +10,7 @@ from test_framework.test_framework import BitcoinTestFramework from test_framework.authproxy import AuthServiceProxy, JSONRPCException from decimal import Decimal -from util import * +from test_framework.util import * import os import shutil