Major overhaul of nzbToMedia code base plus a whole restrucure

This commit is contained in:
echel0n 2014-04-03 03:04:04 -07:00
commit 85d8739512
67 changed files with 1687 additions and 1734 deletions

1
tests/__init__.py Normal file
View file

@ -0,0 +1 @@
__author__ = 'Justin'

View file

@ -1,6 +1,3 @@
from autoProcess.nzbToMediaUtil import *
from autoProcess.autoSickBeardFork import autoFork
nzbtomedia_configure_logging(LOG_FILE)
from nzbtomedia import *
fork, params = autoFork()
print fork, params