More cleanup of code
svn: r465
This commit is contained in:
@ -51,20 +51,6 @@ import ImageSelect
|
||||
|
||||
_ = intl.gettext
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# Constants - quite frequently, data needs to be attached to a widget.
|
||||
# this is done to prevent the use of globals, and to allow data to be
|
||||
# passed with a widget (especially critical, since more that one window
|
||||
# can be opened at a time). Data is attached to an widget using a string
|
||||
# as the key. To avoid a lot of hard coded text strings floating around
|
||||
# everywhere, values are defined here as constants with more meaningful
|
||||
# names.
|
||||
#
|
||||
#-------------------------------------------------------------------------
|
||||
NOTEOBJ = "n"
|
||||
TEXTOBJ = "w"
|
||||
|
||||
#-------------------------------------------------------------------------
|
||||
#
|
||||
# EditPerson class
|
||||
|
Reference in New Issue
Block a user