mainly overhaul of observers, and removal of project singleton

This commit is contained in:
2006-04-20 10:27:58 +00:00
parent f45c9c6bf7
commit 6a4ae8ecf1
6 changed files with 61 additions and 56 deletions

View File

@@ -2,8 +2,8 @@ import gtk
import logger
from annotations import Annotations
from workflow import *
import geneontology
import gostat
#import geneontology
#import gostat
from scipy import array
class EinarsWorkflow (Workflow):