summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/thandy/packagesys/PackageSystem.py4
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'.
"""