Show
Ignore:
Timestamp:
11/07/07 01:11:02 (1 year ago)
Author:
amcgregor
Message:

Updated meta information.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/turbomail/exceptions.py

    r40 r63  
    33"""Exceptions used by TurboMail to report common errors.""" 
    44 
    5  
     5__version__ = "$Revision: 1 $" 
    66__all__ = ['MailException', 'MailNotEnabledError', 'MailConfigurationError', 'ProviderException', 'ProviderExhaustedException', 'ManagerException'] 
    77