Skip to content

Commit ee9a2e4

Browse files
committed
Fix walletbackup.py after directory restructuring
Also add walletbackup.py to rpc-tests.sh
1 parent c7c9af3 commit ee9a2e4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

qa/pull-tester/rpc-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ testScripts=(
3131
'proxy_test.py'
3232
'merkle_blocks.py'
3333
'signrawtransactions.py'
34+
'walletbackup.py'
3435
);
3536
testScriptsExt=(
3637
'bipdersig-p2p.py'

qa/rpc-tests/walletbackup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
and confirm again balances are correct.
3434
"""
3535

36-
from test_framework import BitcoinTestFramework
37-
from util import *
36+
from test_framework.test_framework import BitcoinTestFramework
37+
from test_framework.util import *
3838
from random import randint
3939
import logging
4040
logging.basicConfig(format='%(levelname)s:%(message)s', level=logging.INFO)

0 commit comments

Comments
 (0)