Changeset 68 for branches/3.0/turbomail/extensions/utf8qp.py
- Timestamp:
- 11/07/07 15:03:24 (1 year ago)
- Files:
-
- 1 modified
-
branches/3.0/turbomail/extensions/utf8qp.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/turbomail/extensions/utf8qp.py
r66 r68 1 1 # encoding: utf-8 2 2 3 """TurboMail extension API."""3 """TurboMail UTF-8 quoted-printable encoding sample extension.""" 4 4 5 5 __version__ = "$Revision$" … … 13 13 from email import Charset 14 14 15 __all__ = [' start']15 __all__ = ['load'] 16 16 17 17
