Add generic support for IdP plugin admin pages
[cascardo/ipsilon.git] / ipsilon / providers / common.py
index 8e62cbe..f9c1311 100755 (executable)
@@ -43,6 +43,7 @@ class ProviderBase(PluginObject):
         super(ProviderBase, self).__init__()
         self.name = name
         self.path = path
+        self.admin = None
 
     def _debug(self, fact):
         if cherrypy.config.get('debug', False):