diff options
| author | practicalswift <[email protected]> | 2017-01-10 23:30:14 +0100 |
|---|---|---|
| committer | practicalswift <[email protected]> | 2017-01-13 19:03:20 +0100 |
| commit | 95bab821b3af268d23e9cf5f9da3dd7f1e396949 (patch) | |
| tree | 1e7d14508b451a1f9b95df81bc6be6966d50ef2e /share/qt | |
| parent | Merge #8811: rpc: Add support for JSON-RPC named arguments (diff) | |
| download | discoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.tar.xz discoin-95bab821b3af268d23e9cf5f9da3dd7f1e396949.zip | |
Remove unused Python imports
Diffstat (limited to 'share/qt')
| -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 |