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 #!/usr/bin/env python
#System imports #System imports
import ConfigParser
import sys 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 os
import ConfigParser
import shutil import shutil
import logging import logging
import datetime import datetime

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
import sys 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 logging
import migratecfg import migratecfg

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
import sys 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 logging
import migratecfg import migratecfg

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
import sys 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 logging
import migratecfg import migratecfg

View file

@ -1,7 +1,8 @@
#!/usr/bin/env python #!/usr/bin/env python
import os
import sys 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 ConfigParser
import logging import logging

View file

@ -1,6 +1,7 @@
#!/usr/bin/env python #!/usr/bin/env python
import sys 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 logging
import migratecfg import migratecfg

View file

@ -23,6 +23,7 @@
import sys 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 logging
import migratecfg import migratecfg