Products.MightyCal.EventCatalog.Const (version 1.11) | index /home/zope/lib/python/Products/MightyCal/EventCatalog/Const.py |
Constants module for MightyCal.EventCatalog subpackage. This constants module exists so that constant values relating to EventCatalog, Event and EventCollection can be kept in a sensible location related to the EventCatalog subpackage, without actually defining the constants in the modules themselves, which sometimes causes circular import problems. **Note: Local constants in module files are named differently from package constants: they begin with a lowercase 'c', and are in mixed case.
Data | ||
APPROVED = 'approved' BOOLEAN_PROPERTY_TYPE = 'int' DATE_PROPERTY_TYPE = 'date' EDIT_URL = 'editURL' EVENT_SNAPSHOT = 'EventSnapshot' EVENT_TITLE = 'eventTitle' EVENT_TYPE = 'eventType' EVENT_TYPE_COLUMN = 'eventType' EVENT_TYPE_OWNER = 'eventTypeOwner' FALSE = 0 FIELD_INDEX = 'FieldIndex' ICON = 'icon' INTEGER_PROPERTY_TYPE = 'int' KEYWORD_INDEX = 'KeywordIndex' LIST_PROPERTY_TYPE = 'lines' MEMO_PROPERTY_TYPE = 'text' MODIFICATION_TIME = 'modificationTime' OBJECT_MODIFICATION_TIME_INDEX_NAME = 'bobobase_modification_time' OBJECT_TYPE = 'object_type' STRING_PROPERTY_TYPE = 'string' TEXT_INDEX = 'TextIndex' TRUE = 1 USELESS_VALUE = 'abracadabra' __file__ = '/home/zope/lib/python/Products/MightyCal/EventCatalog/Const.pyc' __name__ = 'Products.MightyCal.EventCatalog.Const' __version__ = '$Revision: 1.11 $' |