aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/test-security-check.py
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2017-01-18 10:48:43 +0100
committerMarcoFalke <[email protected]>2017-01-18 10:48:52 +0100
commitb0b57a17306a7e963a4fe463f84e2b150a00a859 (patch)
tree809d4c3942e8042045767ef40e37ccc0e7701bc8 /contrib/devtools/test-security-check.py
parentMerge #9561: Wake message handling thread when we receive a new block (diff)
parentRemove unused Python imports (diff)
downloaddiscoin-b0b57a17306a7e963a4fe463f84e2b150a00a859.tar.xz
discoin-b0b57a17306a7e963a4fe463f84e2b150a00a859.zip
Merge #9508: Remove unused Python imports
95bab82 Remove unused Python imports (practicalswift)
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):