Refactor module_root -> module_path

This commit is contained in:
Labrys of Knossos 2018-12-19 19:05:40 -05:00
commit 9d0097fa68
3 changed files with 4 additions and 4 deletions

View file

@ -23,7 +23,7 @@ except ImportError:
if sys.platform == 'win32':
sys.ext('Please install pywin32')
PROGRAM_DIR = libs.util.module_root()
PROGRAM_DIR = libs.util.module_path()
# init preliminaries
SYS_ARGV = sys.argv[1:]