Products.MightyCal.Calendar.Consoles (version 1.1) | index /home/zope/lib/python/Products/MightyCal/Calendar/Consoles/__init__.py |
Consoles subpackage of the MightyCal package. Contains the following modules: * CalendarStatusConsole: Defines an administrative console that provides a single-screen overview of a single Calendar. * CalendarPanels: Defines individual status panels that can be added to the CalendarStatusConsole. Right now there are only two panels: One for showing a calendar description, and another for showing the unapproved events for the Calendar. * Const: Constants definitions for the above modules.
Package Contents | ||||||
|
Data | ||
__all__ = ['Const', 'CalendarPanels', 'CalendarStatusConsole'] __file__ = '/home/zope/lib/python/Products/MightyCal/Calendar/Consoles/__init__.pyc' __name__ = 'Products.MightyCal.Calendar.Consoles' __path__ = ['/home/zope/lib/python/Products/MightyCal/Calendar/Consoles'] __version__ = '$Revision: 1.1 $' |