Added lib.requests and code to import our custom lib folder

This commit is contained in:
echel0n 2014-04-03 23:05:47 -07:00
parent 5105e03de6
commit 2c4b260440
90 changed files with 20414 additions and 19 deletions

View file

@ -1,4 +1,8 @@
#!/usr/bin/env python
# adds lib directory to system path
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
#
##############################################################################
### NZBGET POST-PROCESSING SCRIPT ###