mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-12 11:19:08 -05:00
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.test_framework import BitcoinTestFramework
|
||||||
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
|
from test_framework.authproxy import AuthServiceProxy, JSONRPCException
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
from util import *
|
from test_framework.util import *
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue