r357 - in branches/rewrite: . src

Otavio Salvador partial-mirror-devel@lists.alioth.debian.org
Mon, 22 Nov 2004 17:42:04 -0700


Author: otavio
Date: Mon Nov 22 17:42:03 2004
New Revision: 357

Modified:
   branches/rewrite/   (props changed)
   branches/rewrite/src/Backend.py
Log:
 r356@nurf:  otavio | 2004-11-23T00:30:57.410133Z
 Change get*List to public.


Modified: branches/rewrite/src/Backend.py
==============================================================================
--- branches/rewrite/src/Backend.py	(original)
+++ branches/rewrite/src/Backend.py	Mon Nov 22 17:42:03 2004
@@ -50,13 +50,13 @@
             raise InvalidOption(self._name, key)
         return item
 
-    def _getBinList (self):
+    def getBinList (self):
         """
         Return binList associated to this Backend
         """
         return self._dists.__bin
 
-    def _getSrcList (self):
+    def getSrcList (self):
         """
         Return srcList associated to this Backend
         """