From ae92a89257d92d3140b09caab971a79a656e8b68 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:13:23 -0700 Subject: [PATCH] call these hidden scripts --- nzbToSickBeard.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToSickBeard.py b/nzbToSickBeard.py index 23c6dc4a..ec579678 100755 --- a/nzbToSickBeard.py +++ b/nzbToSickBeard.py @@ -23,6 +23,7 @@ import sys +sys.path.insert(0, 'autoProcess/') # add this folder to path as this allows out-of-sight files to be called. import logging import migratecfg