pofix: Coalesce imports
This commit is contained in:
parent
9065d878b9
commit
26234c6d55
1 changed files with 1 additions and 3 deletions
|
@ -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 @@ website_mode = 0
|
|||
# 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):
|
||||
|
|
Loading…
Add table
Reference in a new issue