summaryrefslogtreecommitdiffstats
path: root/comps.py
diff options
context:
space:
mode:
Diffstat (limited to 'comps.py')
-rw-r--r--comps.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/comps.py b/comps.py
index ff8b3294e..eaae1adb7 100644
--- a/comps.py
+++ b/comps.py
@@ -150,6 +150,12 @@ class Package:
self.size = header[rpm.RPMTAG_SIZE]
class HeaderList:
+ def __str__(self):
+ return "<Type HeaderList>"
+
+ def __reptr(self):
+ return "<Type HeaderList>"
+
def selected(self):
l = []
keys = self.packages.keys()