Merge pull request #6194
ee9a2e4
Fix walletbackup.py after directory restructuring (Suhas Daftuar)
This commit is contained in:
commit
fb061c3391
2 changed files with 3 additions and 2 deletions
|
@ -31,6 +31,7 @@ testScripts=(
|
|||
'proxy_test.py'
|
||||
'merkle_blocks.py'
|
||||
'signrawtransactions.py'
|
||||
'walletbackup.py'
|
||||
);
|
||||
testScriptsExt=(
|
||||
'bipdersig-p2p.py'
|
||||
|
|
|
@ -33,8 +33,8 @@ Shutdown again, restore using importwallet,
|
|||
and confirm again balances are correct.
|
||||
"""
|
||||
|
||||
from test_framework import BitcoinTestFramework
|
||||
from util import *
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
from test_framework.util import *
|
||||
from random import randint
|
||||
import logging
|
||||
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)
|
||||
|
|
Loading…
Reference in a new issue