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.
This commit is contained in:
parent
66e5465773
commit
56dc70439f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue