Changeset 412:c5ae4f085753 for pida/core/options.py
- Timestamp:
- 04/23/07 16:50:01 (20 months ago)
- Files:
-
- 1 modified
-
pida/core/options.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pida/core/options.py
r407 r412 94 94 95 95 """Fonts""" 96 97 class OTypeStringOption(OTypeString): 96 98 99 """String from a list of options""" 100 101 # Awful 102 def otype_string_options_factory(options): 103 return type('', (OTypeStringOption,), {'options': options}) 104 97 105 98 106 class OptionItem(object):
