Projects/laydi
Projects
/
laydi
Archived
7
0
Fork 0

Name change to Laydi.

This commit is contained in:
Einar Ryeng 2008-12-05 20:01:02 +00:00
parent 444e524f44
commit 5739de0a61
2 changed files with 2 additions and 2 deletions

View File

@ -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():

View File

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