Remove unused Python imports

This commit is contained in:
practicalswift
2017-01-10 23:30:14 +01:00
parent 5754e0341b
commit 95bab821b3
10 changed files with 1 additions and 17 deletions

View File

@@ -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