absolute path for autoProcess folder

This commit is contained in:
Clinton Hall 2013-03-14 02:19:54 -07:00
commit 801c9de31f

View file

@ -1,9 +1,9 @@
#!/usr/bin/env python
#System imports
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 sys
sys.path.insert(0, os.path.join(os.path.dirname(sys.argv[0]),'autoProcess/'))
import ConfigParser
import shutil
import logging