Some cleanup, and update to make those files usable both as self-executables and module stuff...
Also updated update_mo to allwo specifying a custom po/mo file.
This commit is contained in:
@@ -29,9 +29,11 @@
|
||||
# never merged from sources.
|
||||
|
||||
import sys
|
||||
from codecs import open
|
||||
|
||||
import utils
|
||||
try:
|
||||
import utils
|
||||
except:
|
||||
from . import utils
|
||||
|
||||
|
||||
def main():
|
||||
|
Reference in New Issue
Block a user