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 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 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 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 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 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 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