Show
Ignore:
Timestamp:
11/09/07 04:38:51 (1 year ago)
Author:
amcgregor
Message:

More large-scale updates to the 3.0 branch.

Files:
1 modified

Legend:

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

    r66 r71  
    44 
    55__version__ = "$Revision$" 
     6 
     7from exceptions import * 
     8 
    69__all__ = ['Extension', 'ProviderFactory', 'Provider', 'Manager'] 
    710