Fixed missing imports

This commit is contained in:
echel0n 2014-04-03 23:14:35 -07:00
commit 8c430908b4
9 changed files with 34 additions and 51 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
# adds lib directory to system path
import os
import sys
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib')))
#
@ -127,8 +129,6 @@ sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), 'lib'
### NZBGET POST-PROCESSING SCRIPT ###
##############################################################################
import os
import sys
import logging
from nzbtomedia.autoProcess.autoProcessTV import autoProcessTV
from nzbtomedia.migratecfg import migratecfg