From f31795ac2a87b906f214ce72e271d66716179271 Mon Sep 17 00:00:00 2001 From: einarr Date: Thu, 1 Mar 2007 15:27:50 +0000 Subject: [PATCH] Corrected erroneous checkin. --- bin/fluents | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/fluents b/bin/fluents index e914b9f..bccb995 100755 --- a/bin/fluents +++ b/bin/fluents @@ -68,7 +68,6 @@ 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