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:
@@ -26,7 +26,10 @@ import os
|
||||
import sys
|
||||
import subprocess
|
||||
|
||||
import settings
|
||||
try:
|
||||
import settings
|
||||
except:
|
||||
from . import settings
|
||||
|
||||
|
||||
BLENDER_ARGS = [
|
||||
|
||||
Reference in New Issue
Block a user