diff options
| author | MarcoFalke <[email protected]> | 2017-01-18 10:48:43 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2017-01-18 10:48:52 +0100 |
| commit | b0b57a17306a7e963a4fe463f84e2b150a00a859 (patch) | |
| tree | 809d4c3942e8042045767ef40e37ccc0e7701bc8 /share/qt/extract_strings_qt.py | |
| parent | Merge #9561: Wake message handling thread when we receive a new block (diff) | |
| parent | Remove unused Python imports (diff) | |
| download | discoin-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-x | share/qt/extract_strings_qt.py | 1 |
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 |