[PATCH 03/10] remove: configureAddOnRepo from the Payload interface.

akozumpl at redhat.com akozumpl at redhat.com
Mon Aug 19 13:19:37 UTC 2013


From: Ales Kozumplik <ales at redhat.com>

It is never called from the outside.
---
 pyanaconda/packaging/__init__.py | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/pyanaconda/packaging/__init__.py b/pyanaconda/packaging/__init__.py
index de827f0..b5ecdde 100644
--- a/pyanaconda/packaging/__init__.py
+++ b/pyanaconda/packaging/__init__.py
@@ -207,10 +207,6 @@ class Payload(object):
         """ Update the base repository from ksdata.method. """
         pass
 
-    def configureAddOnRepo(self, repo):
-        """ Set up an addon repo as defined in ksdata Repo repo. """
-        pass
-
     def gatherRepoMetadata(self):
         pass
 
-- 
1.8.3.1



More information about the anaconda-patches mailing list