Some small fixes (grrr, python imports...).

This commit is contained in:
Bastien Montagne 2012-07-18 14:03:10 +00:00
parent c0e004bd61
commit 1fc3f91016

View File

@ -31,16 +31,17 @@
import sys
try:
import settings
import utils
except:
from . import utils
from . import (settings, utils)
def main():
import argparse
parser = argparse.ArgumentParser(description="" \
"Merge one or more .po files into the first dest one.\n" \
"If a msgkey (msgid, msgctxt) is present in more than " \
"If a msgkey (msgctxt, msgid) is present in more than " \
"one merged po, the one in the first file wins, unless " \
"its marked as fuzzy and one later is not.\n" \
"The fuzzy flag is removed if necessary.\n" \