Skip to content
Snippets Groups Projects
Commit 4ff9aba5 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Version 2013-04-26 13:59

parent 0a1989d3
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ class RPM:
pass
def __eq__(self, other):
return (self.__class__ == other.__class__,
return (self.__class__ == other.__class__ and
self.name == other.name and
self.arch == other.arch and
self.version == other.version and
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment