Merge pull request #26 from ramielrowe/master
Fixing start_workers.py imports
This commit is contained in:
commit
d2f0674742
@ -10,7 +10,7 @@ POSSIBLE_TOPDIR = os.path.normpath(os.path.join(os.path.abspath(sys.argv[0]),
|
|||||||
if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'stacktach')):
|
if os.path.exists(os.path.join(POSSIBLE_TOPDIR, 'stacktach')):
|
||||||
sys.path.insert(0, POSSIBLE_TOPDIR)
|
sys.path.insert(0, POSSIBLE_TOPDIR)
|
||||||
|
|
||||||
import worker
|
import worker.worker as worker
|
||||||
|
|
||||||
config_filename = os.environ.get('STACKTACH_DEPLOYMENTS_FILE',
|
config_filename = os.environ.get('STACKTACH_DEPLOYMENTS_FILE',
|
||||||
'stacktach_worker_config.json')
|
'stacktach_worker_config.json')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user