Changeset 3673
- Timestamp:
- 05/13/08 10:02:17 (8 months ago)
- Files:
-
- clientsplugin/0.11/cron/send-client-email (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
clientsplugin/0.11/cron/send-client-email
r3496 r3673 163 163 def wiki(self, *args, **keywords): 164 164 return '' 165 def ticket(self, num): 166 return '#%d' % (num) 165 167 self.href = SendClientFakeHref() 166 168 self.abs_href = SendClientFakeHref()
