projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
L'url de l'objet n'est pas ce qui a de plus pertinent pour l'ajout dans l'historique...
[Plinn.git]
/
interfaces
/
EmailNotification.py
1
from
zope
.
interface
import
Interface
2
3
class
IEmailNotificationSettings
(
Interface
):
4
"""
5
Utility to manage email notification settings
6
"""