From 45d4867ced76028c6330d8a60a63700e9fb901c0 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Thu, 14 Mar 2013 01:18:07 -0700 Subject: [PATCH] call these hidden scripts --- extractor/extractor.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extractor/extractor.py b/extractor/extractor.py index 5c13b070..f9173b65 100644 --- a/extractor/extractor.py +++ b/extractor/extractor.py @@ -1,5 +1,6 @@ -import os import sys +sys.path.insert(0, 'autoProcess/') # add this folder to path as this allows out-of-sight files to be called. +import os import logging from subprocess import call from nzbToMediaUtil import create_destination