From 9f43420fc4fd481d623e5b7e8f8ce1024a7d95a5 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:11:37 -0700 Subject: [PATCH] call these hidden scripts --- nzbToMedia.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nzbToMedia.py b/nzbToMedia.py index 914ec857..2bedce75 100755 --- a/nzbToMedia.py +++ b/nzbToMedia.py @@ -1,7 +1,8 @@ #!/usr/bin/env python -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 ConfigParser import logging