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:
@@ -35,8 +35,12 @@
|
||||
import sys
|
||||
import ctypes
|
||||
|
||||
import settings
|
||||
import utils
|
||||
try:
|
||||
import settings
|
||||
import utils
|
||||
except:
|
||||
from . import (settings, utils)
|
||||
|
||||
|
||||
FRIBIDI_LIB = settings.FRIBIDI_LIB
|
||||
|
||||
|
||||
Reference in New Issue
Block a user