Changeset 63 for branches/3.0/turbomail/managers/demand.py
- Timestamp:
- 11/07/07 01:11:02 (1 year ago)
- Files:
-
- 1 modified
-
branches/3.0/turbomail/managers/demand.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0/turbomail/managers/demand.py
r52 r63 2 2 3 3 """TurboMail extension API.""" 4 5 __version__ = "$Revision: 1 $" 4 6 5 7 import logging … … 25 27 name = "Demand" 26 28 version = "1.0" 27 url = "http://www.python-turbomail.org/wiki/ DemandManager"29 url = "http://www.python-turbomail.org/wiki/3.0/DemandManager" 28 30 29 31 def __init__(self):
