Show
Ignore:
Timestamp:
10/26/07 05:48:32 (1 year ago)
Author:
amcgregor
Message:

TurboMail 3.0 is now usable: the smtp and debug providers are working, immediate and demand managers are good-to-go, and S/MIME signatures work, too\!

Files:
1 modified

Legend:

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

    r44 r52  
    2020from turbomail.util import send 
    2121 
     22import pkg_resources 
     23 
    2224__all__ = ['exceptions', 'extensions', 'managers', 'providers', 'release', 'manager', 'provider', 'config', 'Message', 'interface', 'send'] 
    2325 
     
    2628provider = None 
    2729config = {} 
     30