Skip to content

Commit

Permalink
pofix: Coalesce imports
Browse files Browse the repository at this point in the history
  • Loading branch information
irydacea committed Jan 26, 2015
1 parent 9065d87 commit 26234c6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions utils/pofix.py
Expand Up @@ -59,8 +59,6 @@
# which pofix will be applied. All replacements will always be applied on *ALL*
# files!

import argparse

game_stringfixes = {

"wesnoth" : (
Expand Down Expand Up @@ -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):
Expand Down

0 comments on commit 26234c6

Please sign in to comment.