We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e74e8b commit 2439d95Copy full SHA for 2439d95
osgtest/library/core.py
@@ -92,6 +92,8 @@ def __init__(self, pkgname):
92
def __repr__(self):
93
return "%s:%s-%s" % self.evr
94
95
+ __str__ = __repr__
96
+
97
def __cmp__(self, evr):
98
if isinstance(evr, str):
99
evr = stringToVersion(evr)
0 commit comments