From ff070e531280a83e3a1c93189bd53512e1c95f41 Mon Sep 17 00:00:00 2001 From: einarr Date: Thu, 1 Mar 2007 15:26:38 +0000 Subject: [PATCH] Preserves PYTHONPATH. --- bin/fluents | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/fluents b/bin/fluents index bccb995..e914b9f 100755 --- a/bin/fluents +++ b/bin/fluents @@ -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