diff options
author | Nick Mathewson <nickm@torproject.org> | 2008-12-03 03:36:27 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2008-12-03 03:36:27 +0000 |
commit | f52e688c2b9ba7986c5103bfd542c4f635b55dd4 (patch) | |
tree | a1f64862ae62478069e5d9b2c02bc889f07387b5 /lib/thandy/packagesys | |
parent | 5d3c44df743e9631a8a1c92aa50594510f7af8ac (diff) |
add missing PackageItem.getRelativePath()
git-svn-id: file:///home/or/svnrepo/updater/trunk@17467 55e972cd-5a19-0410-ae62-a4d7a52db4cd
Diffstat (limited to 'lib/thandy/packagesys')
-rw-r--r-- | lib/thandy/packagesys/PackageSystem.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/thandy/packagesys/PackageSystem.py b/lib/thandy/packagesys/PackageSystem.py index 749df9c..a521ca8 100644 --- a/lib/thandy/packagesys/PackageSystem.py +++ b/lib/thandy/packagesys/PackageSystem.py @@ -117,6 +117,10 @@ class PackageItem: 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'. """ |