mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Refactor module_root -> module_path
This commit is contained in:
parent
aea6e12639
commit
9d0097fa68
3 changed files with 4 additions and 4 deletions
|
@ -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:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue