mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Fix "os" import in wallet-dump.py
This is now needed as we don't use "from test_framework.util import *" anymore.
This commit is contained in:
parent
f616989371
commit
1c65e08595
@ -3,6 +3,7 @@
|
||||
# Distributed under the MIT software license, see the accompanying
|
||||
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
||||
"""Test the dumpwallet RPC."""
|
||||
import os
|
||||
import sys
|
||||
|
||||
from test_framework.test_framework import BitcoinTestFramework
|
||||
|
Loading…
Reference in New Issue
Block a user