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

Added Revision keyword to appropriate files.

Files:
1 modified

Legend:

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

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