FIXING STUFF!
Rename should be complete or almost so.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import gtk
|
||||
from fluents import dataset, logger, plots, workflow, fluents, project
|
||||
from fluents.lib import blmfuncs
|
||||
from laydi import dataset, logger, plots, workflow, laydi, project
|
||||
from laydi.lib import blmfuncs
|
||||
import geneontology
|
||||
#import gostat
|
||||
from scipy import array, randn, log, ones, zeros
|
||||
@@ -245,7 +245,7 @@ class LoadGOFunction(workflow.Function):
|
||||
browser = GeneOntologyTree(go)
|
||||
label = gtk.Label('_Gene Ontology')
|
||||
label.set_use_underline(True)
|
||||
fluents.app['bottom_notebook'].append_page(browser, label)
|
||||
laydi.app['bottom_notebook'].append_page(browser, label)
|
||||
|
||||
|
||||
class LoadTextDatasetFunction(workflow.Function):
|
||||
|
Reference in New Issue
Block a user