Changeset 66 for branches/3.0/turbomail/exceptions.py
- Timestamp:
- 11/07/07 02:53:29 (1 year ago)
- Files:
-
- 1 modified
-
branches/3.0/turbomail/exceptions.py (modified) (1 diff, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/turbomail/exceptions.py
- Property svn:keywords set to Revision
r63 r66 3 3 """Exceptions used by TurboMail to report common errors.""" 4 4 5 __version__ = "$Revision : 1$"5 __version__ = "$Revision$" 6 6 __all__ = ['MailException', 'MailNotEnabledError', 'MailConfigurationError', 'ProviderException', 'ProviderExhaustedException', 'ManagerException'] 7 7
