Bug 3011: change old-style classes to new-style classes
svn: r12559
This commit is contained in:
@@ -106,7 +106,7 @@ WIKI_HELP_SEC = _('manual|Editing_Dates')
|
||||
# DateEdit
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
class DateEdit:
|
||||
class DateEdit(object):
|
||||
"""Class that associates a pixmap with a text widget, providing visual
|
||||
feedback that indicates if the text widget contains a valid date"""
|
||||
|
||||
|
Reference in New Issue
Block a user