Commit 01fab3d2 authored by Grégory Wisniewski's avatar Grégory Wisniewski

Remove overriden method definition.


git-svn-id: https://svn.erp5.org/repos/neo/trunk@1337 71dcc9de-d417-0410-9af5-da40c76e7ee4
parent 4fb147bf
......@@ -63,9 +63,6 @@ class Node(object):
def getUUID(self):
return self._uuid
def getType(self):
raise NotImplementedError
def __repr__(self):
return '<%s(uuid=%s, address=%s, state=%s)>' % (
self.__class__.__name__,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment