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")