This commit is contained in:
clinton-hall 2013-03-13 23:16:18 -07:00
commit 73e782fc39
7 changed files with 9 additions and 2 deletions

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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