Skip to content

Commit 56dc704

Browse files
committed
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.
1 parent 66e5465 commit 56dc704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/rpc-tests/txn_clone.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from test_framework.test_framework import BitcoinTestFramework
1111
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
1212
from decimal import Decimal
13-
from util import *
13+
from test_framework.util import *
1414
import os
1515
import shutil
1616

0 commit comments

Comments
 (0)