From 5739de0a61d93184f1f7ca280f6fa339530ea7f7 Mon Sep 17 00:00:00 2001 From: einarr Date: Fri, 5 Dec 2008 20:01:02 +0000 Subject: [PATCH] Name change to Laydi. --- bin/fluents | 2 +- fluents/fluents.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/fluents b/bin/fluents index 3e122f8..137bc8c 100755 --- a/bin/fluents +++ b/bin/fluents @@ -8,7 +8,7 @@ from fluents import fluents, project, workflow, main from fluents import cfgparse import optparse -PROGRAM_NAME = 'fluents' +PROGRAM_NAME = 'laydi' VERSION = '0.1.0' def list_workflows(): diff --git a/fluents/fluents.py b/fluents/fluents.py index 7d0b893..9de319c 100644 --- a/fluents/fluents.py +++ b/fluents/fluents.py @@ -17,7 +17,7 @@ import project, workflow, dataset, view, navigator, dialogs, selections, plots, from logger import logger, LogView -PROGRAM_NAME = 'fluents' +PROGRAM_NAME = 'laydi' VERSION = '0.1.0' DATADIR = os.path.join(main.PYDIR, 'fluents') #ICONDIR = os.path.join(DATADIR,"..","icons")