Changed the way workflows are handled. You now specify a workflow by naming the

containing python module. The module must be in python's path.
This commit is contained in:
2007-12-14 11:48:21 +00:00
parent 0e8d864ace
commit ba7d8fc34f
2 changed files with 15 additions and 13 deletions

View File

@@ -3,6 +3,6 @@
## To be able to run fluents without installing it, we have to set
## PYTHONPATH.
export PYTHONPATH=$PYTHONPATH:.
export PYTHONPATH=$PYTHONPATH:.:./workflows
./bin/fluents $@