Déplacement pour eggification.
[Plinn.git] / Products / Plinn / interfaces / EmailNotification.py
diff --git a/Products/Plinn/interfaces/EmailNotification.py b/Products/Plinn/interfaces/EmailNotification.py
new file mode 100755 (executable)
index 0000000..959e4de
--- /dev/null
@@ -0,0 +1,6 @@
+from zope.interface import Interface
+
+class IEmailNotificationSettings(Interface):
+       """
+       Utility to manage email notification settings
+       """