mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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')
|
LIBS_DIR_COMMON = os.path.join(LIBS_DIR, 'common')
|
||||||
sys.path.insert(0, 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
|
# init preliminaries
|
||||||
SYS_ARGV = sys.argv[1:]
|
SYS_ARGV = sys.argv[1:]
|
||||||
APP_FILENAME = sys.argv[0]
|
APP_FILENAME = sys.argv[0]
|
||||||
|
|
2
libs/requirements-custom.txt
Normal file
2
libs/requirements-custom.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
synchronousdeluge
|
||||||
|
utorrent
|
Loading…
Add table
Add a link
Reference in a new issue