* system/dialogs.py: Oooops. Forgot this file in the previous commits. Well,

here it is, currently only with the New Project dialog.
This commit is contained in:
2006-04-22 22:29:02 +00:00
parent 2da88a5128
commit e762aef882
5 changed files with 114 additions and 9 deletions

View File

@@ -12,6 +12,7 @@ import cPickle
class EinarsWorkflow (Workflow):
name = 'Test Workflow'
description = 'Gene Ontology Workflow. This workflow currently serves as a general testing workflow.'
def __init__(self, app):
Workflow.__init__(self, app)