mirror of
https://github.com/fergalmoran/picard.git
synced 2026-05-05 02:26:11 +00:00
Remove an unused import
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
import glob
|
||||
import os.path
|
||||
import shutil
|
||||
import sys
|
||||
|
||||
sources = []
|
||||
for root, dirs, files in os.walk(os.path.join('..', 'picard')):
|
||||
@@ -38,4 +37,3 @@ for po in glob.glob("*.po"):
|
||||
shutil.move("new.%s" % po, po)
|
||||
os.system("msgfmt --statistics -c -v -o %s %s" % (os.devnull, po))
|
||||
print
|
||||
|
||||
|
||||
Reference in New Issue
Block a user