absolute path for autoProcess folder

This commit is contained in:
Clinton Hall 2013-03-14 02:18:16 -07:00
commit 687e6aa1b3

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.
sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]),'autoProcess/'))
import logging
import migratecfg