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/api.py

    • Property svn:keywords set to Revision
    r63 r66  
    33"""TurboMail extension API.""" 
    44 
    5 __version__ = "$Revision: 1 $" 
     5__version__ = "$Revision$" 
    66__all__ = ['Extension', 'ProviderFactory', 'Provider', 'Manager'] 
    77