aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/test-security-check.py
diff options
context:
space:
mode:
authorpracticalswift <[email protected]>2017-01-10 23:30:14 +0100
committerpracticalswift <[email protected]>2017-01-13 19:03:20 +0100
commit95bab821b3af268d23e9cf5f9da3dd7f1e396949 (patch)
tree1e7d14508b451a1f9b95df81bc6be6966d50ef2e /contrib/devtools/test-security-check.py
parentMerge #8811: rpc: Add support for JSON-RPC named arguments (diff)
downloaddiscoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.tar.xz
discoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.zip
Remove unused Python imports
Diffstat (limited to 'contrib/devtools/test-security-check.py')
-rwxr-xr-xcontrib/devtools/test-security-check.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/devtools/test-security-check.py b/contrib/devtools/test-security-check.py
index c0f120392..18f9835fa 100755
--- a/contrib/devtools/test-security-check.py
+++ b/contrib/devtools/test-security-check.py
@@ -7,7 +7,6 @@ Test script for security-check.py
'''
from __future__ import division,print_function
import subprocess
-import sys
import unittest
def write_testcode(filename):