aboutsummaryrefslogtreecommitdiff
path: root/share/qt/extract_strings_qt.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 /share/qt/extract_strings_qt.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 'share/qt/extract_strings_qt.py')
-rwxr-xr-xshare/qt/extract_strings_qt.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/qt/extract_strings_qt.py b/share/qt/extract_strings_qt.py
index 92e0df259..5492fdb8c 100755
--- a/share/qt/extract_strings_qt.py
+++ b/share/qt/extract_strings_qt.py
@@ -8,7 +8,6 @@ they can be picked up by Qt linguist.
'''
from __future__ import division,print_function,unicode_literals
from subprocess import Popen, PIPE
-import glob
import operator
import os
import sys