[Uml-devel] [Bug 75454] New: python code generation with purely virtual methods
cmg at uab.edu
cmg at uab.edu
Tue Feb 17 13:46:10 UTC 2004
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=75454
Summary: python code generation with purely virtual methods
Product: umbrello
Version: unspecified
Platform: Mandrake RPMs
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: umbrello-devel.kde.org
ReportedBy: cmg uab edu
Version: (using KDE KDE 3.2.0)
Installed from: Mandrake RPMs
OS: Linux
If I have a subclass with no methods defined, when I generate python code, invalid python classes are generated
class A(parent):
"docstring"
EOF
rather than
class A(parent):
"docstring"
pass
More information about the umbrello-devel
mailing list