Preserves PYTHONPATH.

This commit is contained in:
Einar Ryeng 2007-03-01 15:26:38 +00:00
parent 28e6c52f78
commit ff070e5312

View File

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