Revert adding the __init___

This commit is contained in:
Ebag333
2016-10-19 13:33:25 -07:00
parent cd28375019
commit a314cd7cfd

View File

@@ -19,9 +19,6 @@
class EqBase(object):
def __init__(self):
self.ID = None
def __eq__(self, other):
return type(self) == type(other) and self.ID == other.ID