From 56dc70439f4a5cfeec3c49609229d973349e5c8f Mon Sep 17 00:00:00 2001 From: "Wladimir J. van der Laan" Date: Thu, 2 Jul 2015 23:23:29 +0200 Subject: [PATCH] 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. --- qa/rpc-tests/txn_clone.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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