Updated import statements, and removed the workflows pca_workflow and

affy_workflow.
This commit is contained in:
2006-10-17 14:42:27 +00:00
parent 610812f265
commit 375d45e0cc
10 changed files with 9 additions and 683 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import gtk
import sys
import os
import inspect
from system import logger
import logger
def _workflow_classes(modname):
"""Returns a list of all subclasses of Workflow in a given module"""