[or-cvs] r17467: {updater} add missing PackageItem.getRelativePath() (updater/trunk/lib/thandy/packagesys)

nickm at seul.org nickm at seul.org
Wed Dec 3 03:36:28 UTC 2008


Author: nickm
Date: 2008-12-02 22:36:27 -0500 (Tue, 02 Dec 2008)
New Revision: 17467

Modified:
   updater/trunk/lib/thandy/packagesys/PackageSystem.py
Log:
add missing PackageItem.getRelativePath()

Modified: updater/trunk/lib/thandy/packagesys/PackageSystem.py
===================================================================
--- updater/trunk/lib/thandy/packagesys/PackageSystem.py	2008-12-03 03:25:10 UTC (rev 17466)
+++ updater/trunk/lib/thandy/packagesys/PackageSystem.py	2008-12-03 03:36:27 UTC (rev 17467)
@@ -117,6 +117,10 @@
         self._checker = checker
         self._installer = installer
 
+    def getRelativePath(self):
+        """DOCDOC"""
+        return self._relPath
+
     def setTransaction(self, transaction):
         """Set the transaction context for this item to 'transaction'.
         """



More information about the tor-commits mailing list