Menu

#4 Regenerating UML strips prefix from base classes

open
nobody
None
5
2010-02-25
2010-02-25
Anonymous
No

If I have a class derived from some other class, for example
import gtk
class MyStatusIcon(gtk.StatusIcon):

when I regenerate the UML model from the code PyUML removes the prefix, leading to just
import gtk
class MyStatusIcon(StatusIcon):

Which makes it almost completely useless as it breaks the code!

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.