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  
    102102                                        Log('Init:      Initializing ' + Dir + '... done\n')
    103103                        else:
    104104                                Log('Init:      Initializing ' + Dir + '(Init.py not found)... ignore\n')
     105        sys.path.insert(0,BinDir)
    105106        sys.path.insert(0,LibDir)
    106107        sys.path.insert(0,ModDir)
    107108        Log("Using "+ModDir+" as module path!\n")