aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/walletbackup.py
diff options
context:
space:
mode:
authorSuhas Daftuar <sdaftuar@gmail.com>2015-05-27 10:00:15 -0400
committerSuhas Daftuar <sdaftuar@gmail.com>2015-05-27 10:00:15 -0400
commitee9a2e4271153344b70005558698c2a3902481c8 (patch)
tree23b115d49754525a713c0308c04c61f23170eaf5 /qa/rpc-tests/walletbackup.py
parentc7c9af381cacd76fa5190dad5a8a537eb3aa6b70 (diff)
downloadbitcoin-ee9a2e4271153344b70005558698c2a3902481c8.tar.xz
Fix walletbackup.py after directory restructuring
Also add walletbackup.py to rpc-tests.sh
Diffstat (limited to 'qa/rpc-tests/walletbackup.py')
-rwxr-xr-xqa/rpc-tests/walletbackup.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/walletbackup.py b/qa/rpc-tests/walletbackup.py
index b9fc862234..da100d7fc0 100755
--- a/qa/rpc-tests/walletbackup.py
+++ b/qa/rpc-tests/walletbackup.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)