Changeset 3673

Show
Ignore:
Timestamp:
05/13/08 10:02:17 (8 months ago)
Author:
coling
Message:

Add a ticket method on our fake href

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • clientsplugin/0.11/cron/send-client-email

    r3496 r3673  
    163163      def wiki(self, *args, **keywords): 
    164164        return '' 
     165      def ticket(self, num): 
     166        return '#%d' % (num) 
    165167    self.href = SendClientFakeHref() 
    166168    self.abs_href = SendClientFakeHref()