# HG changeset patch # User tflorac@dagon.home # Date 1529245867 -7200 # Node ID 198b1598bb5004e8bc26e638c5972d24e61e18e3 # Parent 83b50aa05bc79350b710b2ec38b489a60adb9c07 Removed configuration factory interfaces diff -r 83b50aa05bc7 -r 198b1598bb50 src/pyams_utils/interfaces/site.py --- a/src/pyams_utils/interfaces/site.py Sun Jun 17 16:12:40 2018 +0200 +++ b/src/pyams_utils/interfaces/site.py Sun Jun 17 16:31:07 2018 +0200 @@ -56,19 +56,5 @@ """Configuration manager marker interface""" -class IConfigurationFactory(Interface): - """Configuration factory interface - - This factory may be loaded through an adapter - """ - - -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"""