Module notification
source code
|
|
get_ticket_notification_recipients(env,
config,
tktid,
prev_cc=None,
modtime=None)
Returns notifications recipients. |
source code
|
|
|
|
__package__ = 'trac.ticket'
|
Imports:
contextmanager,
hashlib,
NewTextTemplate,
IAttachmentChangeListener,
NotificationSystem,
NotifyEmail,
TicketSystem,
Ticket,
datetime_now,
to_utimestamp,
utc,
exception_to_unicode,
obfuscate_email_address,
shorten_line,
text_width,
wrap,
_,
deactivate,
reactivate,
BoolOption,
ChoiceOption,
Component,
ConfigSection,
Configuration,
ConfigurationError,
ExtensionOption,
ExtensionPoint,
FloatOption,
IntOption,
Interface,
ListOption,
Option,
OrderedExtensionsOption,
PathOption,
TracError,
implements