[MOBY-guts] biomoby commit
Yan Wong
yanwong at pub.open-bio.org
Thu Jan 27 08:44:06 UTC 2005
yanwong
Thu Jan 27 03:44:06 EST 2005
Update of /home/repository/moby/moby-live/Python/utils/wx
In directory pub.open-bio.org:/tmp/cvs-serv14606/utils/wx
Modified Files:
objectBrowser.py
Log Message:
moby-live/Python/utils/wx objectBrowser.py,1.4,1.5
===================================================================
RCS file: /home/repository/moby/moby-live/Python/utils/wx/objectBrowser.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- /home/repository/moby/moby-live/Python/utils/wx/objectBrowser.py 2005/01/24 11:26:55 1.4
+++ /home/repository/moby/moby-live/Python/utils/wx/objectBrowser.py 2005/01/27 08:44:06 1.5
@@ -242,7 +242,7 @@
if relationship in self._otm.relations[text]:
for r in self._otm.relations[text][relationship]:
- listbox.Append(r[1])
+ listbox.Append("%s->%s"%(r[0],r[1]))
parent=self.OntologyTreeview.GetItemParent(node)
if parent != self.OntologyTreeview.GetRootItem():
More information about the MOBY-guts
mailing list