aboutsummaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2015-07-02 23:23:29 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2015-07-02 23:23:29 +0200
commit56dc70439f4a5cfeec3c49609229d973349e5c8f (patch)
tree963dcea2b7d4c304e95764556a12d4bdeb800afd /qa
parent66e546577315750ea36eeb26d96842cb768b4315 (diff)
downloadbitcoin-56dc70439f4a5cfeec3c49609229d973349e5c8f.tar.xz
tests: fix txn_clone.py (retry)
There was a stale .pyc file around from before the move. This should catch all missing modules and finally fix the travis build.
Diffstat (limited to 'qa')
-rwxr-xr-xqa/rpc-tests/txn_clone.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/rpc-tests/txn_clone.py b/qa/rpc-tests/txn_clone.py
index 08473e6b59..0d276ecc91 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