call these hidden scripts

This commit is contained in:
Clinton Hall 2013-03-13 23:11:37 -07:00
commit 9f43420fc4

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