Added content header illustration adapter interface
authorThierry Florac <thierry.florac@onf.fr>
Thu, 27 Sep 2018 15:52:20 +0200
changeset 156 ddf8cc5bca45
parent 155 85788af89ed5
child 157 34a88f2fec72
Added content header illustration adapter interface
src/pyams_default_theme/interfaces/__init__.py
--- a/src/pyams_default_theme/interfaces/__init__.py	Thu Sep 27 15:51:18 2018 +0200
+++ b/src/pyams_default_theme/interfaces/__init__.py	Thu Sep 27 15:52:20 2018 +0200
@@ -12,12 +12,6 @@
 
 __docformat__ = 'restructuredtext'
 
-
-# import standard library
-
-# import interfaces
-
-# import packages
 from zope.interface import Interface
 
 
@@ -33,5 +27,9 @@
     """Content date interface"""
 
 
+class IContentHeaderIllustration(Interface):
+    """Content header illustration adapter interface"""
+
+
 class IContentNavigationIllustration(Interface):
-    """Content navigation illustration"""
+    """Content navigation illustration adapter interface"""