|
@@ -16,7 +16,6 @@ class DistributedNode(DistributedObject.DistributedObject, NodePath):
|
|
|
self.DistributedNode_initialized = 1
|
|
self.DistributedNode_initialized = 1
|
|
|
self.gotStringParentToken = 0
|
|
self.gotStringParentToken = 0
|
|
|
DistributedObject.DistributedObject.__init__(self, cr)
|
|
DistributedObject.DistributedObject.__init__(self, cr)
|
|
|
- return None
|
|
|
|
|
|
|
|
|
|
def disable(self):
|
|
def disable(self):
|
|
|
if self.activeState != DistributedObject.ESDisabled:
|
|
if self.activeState != DistributedObject.ESDisabled:
|