removed pesky remove None
This commit is contained in:
parent
d43ab35f10
commit
755e1737da
|
|
@ -16,7 +16,6 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath):
|
|||
self.DistributedNode_initialized = 1
|
||||
self.gotStringParentToken = 0
|
||||
DistributedObject.DistributedObject.__init__(self, cr)
|
||||
return None
|
||||
|
||||
def disable(self):
|
||||
if self.activeState != DistributedObject.ESDisabled:
|
||||
|
|
|
|||
Loading…
Reference in New Issue