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:
Alexander Block 2019-09-25 10:45:53 +02:00
parent f616989371
commit 1c65e08595

View File

@ -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