Add uninstallation support.
[cascardo/ipsilon.git] / ipsilon / info / common.py
index 0a5cb74..725f0fa 100644 (file)
@@ -94,6 +94,9 @@ class InfoProviderInstaller(object):
     def install_args(self, group):
         raise NotImplementedError
 
+    def unconfigure(self, opts):
+        return
+
     def configure(self, opts):
         raise NotImplementedError