From da1bbfd31a9b5a6fabf7fea8aeb50adbafb8ca5b Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:09:45 -0700 Subject: [PATCH 1/7] call these hidden scripts --- TorrentToMedia.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TorrentToMedia.py b/TorrentToMedia.py index a7d0e4e3..b5e6cce9 100755 --- a/TorrentToMedia.py +++ b/TorrentToMedia.py @@ -1,9 +1,10 @@ #!/usr/bin/env python #System imports -import ConfigParser 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 shutil import logging import datetime From e537e9f0bfad75bdb10d31f8dc546886d7331812 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:10:19 -0700 Subject: [PATCH 2/7] call these hidden scripts --- nzbToCouchPotato.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToCouchPotato.py b/nzbToCouchPotato.py index b5be527e..ff8c71a4 100755 --- a/nzbToCouchPotato.py +++ b/nzbToCouchPotato.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 From 82ff8e655ab806719ea37c1171b519f0cd18b983 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:10:41 -0700 Subject: [PATCH 3/7] 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 From 7675b6c4a9487d0dac747700c03b789da22ce6b5 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:11:03 -0700 Subject: [PATCH 4/7] call these hidden scripts --- nzbToHeadPhones.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToHeadPhones.py b/nzbToHeadPhones.py index ac20f27c..90815bdf 100755 --- a/nzbToHeadPhones.py +++ b/nzbToHeadPhones.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 From 9f43420fc4fd481d623e5b7e8f8ce1024a7d95a5 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:11:37 -0700 Subject: [PATCH 5/7] 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 From 673f5ef2891b2abc887a1de825624be890427755 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:12:53 -0700 Subject: [PATCH 6/7] call these hidden scripts --- nzbToMylar.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nzbToMylar.py b/nzbToMylar.py index 394a71b9..ca4e868e 100755 --- a/nzbToMylar.py +++ b/nzbToMylar.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 From ae92a89257d92d3140b09caab971a79a656e8b68 Mon Sep 17 00:00:00 2001 From: Clinton Hall Date: Wed, 13 Mar 2013 23:13:23 -0700 Subject: [PATCH 7/7] 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