Bunch of import optimizations
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# noinspection PyPackageRequirements
|
||||
import wx
|
||||
import sys
|
||||
import os
|
||||
import sys
|
||||
|
||||
import wx
|
||||
|
||||
script_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
# Add root to python paths, this allows us to import submodules
|
||||
sys.path.append(os.path.realpath(os.path.join(script_dir, '..', '..')))
|
||||
|
||||
Reference in New Issue
Block a user