Parent Directory
|
Revision Log
|
Patch
revision 661 by jonathan, Mon Apr 14 14:16:00 2003 UTC | revision 671 by bh, Tue Apr 15 18:09:47 2003 UTC | |
---|---|---|
# | Line 398 class ClassTable(wxPyGridTableBase): | Line 398 class ClassTable(wxPyGridTableBase): |
398 | if isinstance(group, ClassGroupMap): return _("Map") | if isinstance(group, ClassGroupMap): return _("Map") |
399 | ||
400 | assert False # shouldn't get here | assert False # shouldn't get here |
401 | return _("") | return "" |
402 | ||
403 | def GetNumberRows(self): | def GetNumberRows(self): |
404 | """Return the number of rows.""" | """Return the number of rows.""" |
|
[email protected] | ViewVC Help |
Powered by ViewVC 1.1.26 |