nzbToMedia/autoProcess/nzbToMediaEnv.py
clinton-hall 838d60f721 fix import within extractor
update to 8.1
2013-05-04 09:45:02 +09:30

10 lines
231 B
Python

# Make things easy and less error prone by centralising all common values
# Global Constants
VERSION = 'V8.1'
# Constants pertinant to SabNzb
SABNZB_NO_OF_ARGUMENTS = 8
# Constants pertinant to NzbGet
NZBGET_NO_OF_ARGUMENTS = 6