aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/forknotify.py
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2015-12-02 18:12:23 +0100
committerMarcoFalke <[email protected]>2016-01-13 20:31:03 +0100
commit7777994846cdb9b9cf69e391a33eeed30393bbcf (patch)
tree371953417d82780ca58a8cd7c8fe96e4c71fa216 /qa/rpc-tests/forknotify.py
parentMerge pull request #7332 (diff)
downloaddiscoin-7777994846cdb9b9cf69e391a33eeed30393bbcf.tar.xz
discoin-7777994846cdb9b9cf69e391a33eeed30393bbcf.zip
[qa] Fix pyton syntax in rpc tests
Diffstat (limited to 'qa/rpc-tests/forknotify.py')
-rwxr-xr-xqa/rpc-tests/forknotify.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/qa/rpc-tests/forknotify.py b/qa/rpc-tests/forknotify.py
index 2deede0c3..20e6ce961 100755
--- a/qa/rpc-tests/forknotify.py
+++ b/qa/rpc-tests/forknotify.py
@@ -9,8 +9,6 @@
from test_framework.test_framework import BitcoinTestFramework
from test_framework.util import *
-import os
-import shutil
class ForkNotifyTest(BitcoinTestFramework):