Rename "PeoplePickerOption" to "PersonListOption".

svn: r9646
This commit is contained in:
Brian Matherly
2007-12-30 22:32:02 +00:00
parent 83e05324d2
commit e364f891d5
4 changed files with 14 additions and 7 deletions

View File

@@ -588,13 +588,13 @@ class FilterListOption(Option):
#-------------------------------------------------------------------------
#
# PeoplePickerOption class
# PersonListOption class
#
#-------------------------------------------------------------------------
class PeoplePickerOption(Option):
class PersonListOption(Option):
"""
This class describes a widget that allows
people from the database to be selected.
This class describes a widget that allows multiple people from the
database to be selected.
"""
def __init__(self, label, value, dbstate):
"""

View File

@@ -29,7 +29,8 @@
# of the list.
from _MenuOptions import MenuOptions, \
NumberOption, FloatOption, BooleanOption, TextOption, \
EnumeratedListOption, FilterListOption, StringOption, ColourButtonOption, PeoplePickerOption
EnumeratedListOption, FilterListOption, StringOption, ColourButtonOption, \
PersonListOption
from _PluginMgr import \
register_export, register_import, \
register_tool, register_report, \