fix import within extractor

update to 8.1
This commit is contained in:
clinton-hall 2013-05-04 09:37:51 +09:30
parent ba363fa65c
commit 838d60f721
4 changed files with 15 additions and 3 deletions

View file

@ -3,7 +3,7 @@ import sys
sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]),'autoProcess/'))
import logging
from subprocess import call, Popen, PIPE
from nzbToMediaUtil import create_destination
from autoProcess.nzbToMediaUtil import create_destination
Logger = logging.getLogger()