export_steps et import_steps n'ont plus l'air d'ĂȘtre utilisĂ©s par GenericSetup (tout...
[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 """