From 26234c6d5587b7ff6e293eb493151d2d4630c49e Mon Sep 17 00:00:00 2001 From: "Ignacio R. Morelle" Date: Sun, 25 Jan 2015 22:00:16 -0300 Subject: [PATCH] pofix: Coalesce imports --- utils/pofix.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/utils/pofix.py b/utils/pofix.py index a0049b41057b..d9a255818bcf 100755 --- a/utils/pofix.py +++ b/utils/pofix.py @@ -59,8 +59,6 @@ # which pofix will be applied. All replacements will always be applied on *ALL* # files! -import argparse - game_stringfixes = { "wesnoth" : ( @@ -144,7 +142,7 @@ # date --utc "+%s # %c" timecheck = 1283156523 # Mo 30 Aug 2010 08:22:03 UTC -import os, sys, time, stat, re +import os, sys, time, stat, re, argparse try: from multiprocessing import Pool, cpu_count def parallel_map(*args, **kw):