Implement change registration
[cascardo/ipsilon.git] / ipsilon / info / common.py
index 06b71aa..4cd6663 100644 (file)
@@ -102,10 +102,10 @@ class InfoProviderInstaller(object):
     def validate_args(self, args):
         return
 
-    def unconfigure(self, opts):
+    def unconfigure(self, opts, changes):
         return
 
-    def configure(self, opts):
+    def configure(self, opts, changes):
         raise NotImplementedError