# HG changeset patch # User Thierry Florac # Date 1444232701 -7200 # Node ID e5252c302dbf2f42b9d59ab753144cf9bf0f4585 # Parent 2676f46ef999e00e9f1ccaa877a07b978e3b5d63 Added interface for back-office configuration factory diff -r 2676f46ef999 -r e5252c302dbf src/pyams_utils/interfaces/site.py --- a/src/pyams_utils/interfaces/site.py Wed Oct 07 17:44:23 2015 +0200 +++ b/src/pyams_utils/interfaces/site.py Wed Oct 07 17:45:01 2015 +0200 @@ -62,5 +62,12 @@ """ +class IBackOfficeConfigurationFactory(Interface): + """Back-office configuration factory interface + + This factory may be loaded through an adapter + """ + + class IOptionalUtility(Interface): """Marker interface for site utilities that can be removed"""