From 82ff8e655ab806719ea37c1171b519f0cd18b983 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:10:41 -0700 Subject: [PATCH] call these hidden scripts --- nzbToGamez.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToGamez.py b/nzbToGamez.py index a5bba349..5f9e57d3 100755 --- a/nzbToGamez.py +++ b/nzbToGamez.py @@ -1,6 +1,7 @@ #!/usr/bin/env python 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