# HG changeset patch # User Thierry Florac # Date 1538056340 -7200 # Node ID ddf8cc5bca45b902dcd79d903fa16610a6808538 # Parent 85788af89ed567d693c795132b75b856a7bb9efa Added content header illustration adapter interface diff -r 85788af89ed5 -r ddf8cc5bca45 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"""