mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-16 02:02:53 -07:00
fix import within extractor
update to 8.1
This commit is contained in:
parent
ba363fa65c
commit
838d60f721
4 changed files with 15 additions and 3 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue