Removed configuration factory interfaces
authortflorac@dagon.home
Sun, 17 Jun 2018 16:31:07 +0200
changeset 200 198b1598bb50
parent 199 83b50aa05bc7
child 201 8953ed9beeba
child 269 4815c9f22461
Removed configuration factory interfaces
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"""