Ticket #44097: src-App-FreeCADInit.py.diff
File src-App-FreeCADInit.py.diff, 441 bytes (added by mbrethen, 10 years ago) |
---|
-
src/App/FreeCADInit.py
old new 102 102 Log('Init: Initializing ' + Dir + '... done\n') 103 103 else: 104 104 Log('Init: Initializing ' + Dir + '(Init.py not found)... ignore\n') 105 sys.path.insert(0,BinDir) 105 106 sys.path.insert(0,LibDir) 106 107 sys.path.insert(0,ModDir) 107 108 Log("Using "+ModDir+" as module path!\n")