projects
/
Plinn.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
959e4de6fa219a56118e7f6b55a64ac5105c5ddd
[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
"""