Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Preserves PYTHONPATH.

This commit is contained in:
Einar Ryeng 2007-03-01 15:26:38 +00:00
parent 28e6c52f78
commit ff070e5312
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ if __name__ == '__main__':
if wf.ident == options.workflow: if wf.ident == options.workflow:
selected_wf = wf selected_wf = wf
print sys.path
app = fluents.FluentApp(selected_wf) app = fluents.FluentApp(selected_wf)
app.options = options app.options = options
fluents.app = app fluents.app = app