src/pyams_portal/portlets/spacer/interfaces.py
changeset 221 dadc318d0871
child 226 d9233f269a5e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/pyams_portal/portlets/spacer/interfaces.py	Tue Nov 27 13:55:31 2018 +0100
@@ -0,0 +1,17 @@
+#
+# Copyright (c) 2008-2018 Thierry Florac <tflorac AT ulthar.net>
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+
+from pyams_portal.interfaces import IPortletSettings
+
+
+class ISpacerPortletSettings(IPortletSettings):
+    """Spacer portlet settings interface"""