mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-11 15:48:05 +00: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
@ -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…
Reference in New Issue
Block a user