Show
Ignore:
Timestamp:
11/07/07 15:03:24 (1 year ago)
Author:
amcgregor
Message:

A large number of branch/3.0 updates.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/3.0/turbomail/extensions/utf8qp.py

    r66 r68  
    11# encoding: utf-8 
    22 
    3 """TurboMail extension API.""" 
     3"""TurboMail UTF-8 quoted-printable encoding sample extension.""" 
    44 
    55__version__ = "$Revision$" 
     
    1313from email import Charset 
    1414 
    15 __all__ = ['start'] 
     15__all__ = ['load'] 
    1616 
    1717