Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found
Select Git revision
Loading items

Target

Select target project
  • mj/prm1
1 result
Select Git revision
Loading items
Show changes
Commits on Source (2)
...@@ -4,5 +4,5 @@ class Zvire: ...@@ -4,5 +4,5 @@ class Zvire:
self.zvuk = zvuk self.zvuk = zvuk
def __eq__(self, other): def __eq__(self, other):
return self.jmeno == other.jmeno and \ return (self.jmeno == other.jmeno and
self.zvuk == other.zvuk self.zvuk == other.zvuk)