Mariana Rossi
Results
1
issues of
Mariana Rossi
I suggest to add the following lines: dir_root = os.path.realpath( os.path.join(os.path.dirname(os.path.realpath(**file**)), '..')) if not dir_root in sys.path: sys.path.insert(0, dir_root) to all scripts in the bin folder, not only the main...
enhancement