mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
Move custom libs to libs/custom
This commit is contained in:
parent
1f4bd41bcc
commit
f3db9af8cf
10 changed files with 5 additions and 0 deletions
|
@ -21,6 +21,9 @@ sys.path.insert(0, LIBS_DIR)
|
|||
LIBS_DIR_COMMON = os.path.join(LIBS_DIR, 'common')
|
||||
sys.path.insert(0, LIBS_DIR_COMMON)
|
||||
|
||||
LIBS_DIR_CUSTOM = os.path.join(LIBS_DIR, 'custom')
|
||||
sys.path.insert(0, LIBS_DIR_CUSTOM)
|
||||
|
||||
# init preliminaries
|
||||
SYS_ARGV = sys.argv[1:]
|
||||
APP_FILENAME = sys.argv[0]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue