mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 13:53:15 -07:00
Merge branch 'dev' of https://github.com/clinton-hall/nzbToMedia into dev
This commit is contained in:
commit
73e782fc39
7 changed files with 9 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue