mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
move import of six after addition of path.
This commit is contained in:
parent
e10ca1a1c3
commit
f093fafd8d
1 changed files with 2 additions and 1 deletions
|
@ -10,7 +10,6 @@ import sys
|
|||
import platform
|
||||
import time
|
||||
|
||||
from six.moves import reload_module
|
||||
|
||||
# init libs
|
||||
PROGRAM_DIR = os.path.dirname(os.path.normpath(os.path.abspath(os.path.join(__file__, os.pardir))))
|
||||
|
@ -31,6 +30,8 @@ CONFIG_TV_FILE = os.path.join(PROGRAM_DIR, 'autoProcessTv.cfg')
|
|||
TEST_FILE = os.path.join(os.path.join(PROGRAM_DIR, 'tests'), 'test.mp4')
|
||||
MYAPP = None
|
||||
|
||||
from six.moves import reload_module
|
||||
|
||||
from core.autoProcess.autoProcessComics import autoProcessComics
|
||||
from core.autoProcess.autoProcessGames import autoProcessGames
|
||||
from core.autoProcess.autoProcessMovie import autoProcessMovie
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue