def cb_isMoveable(self):
     """Prevent move unless we are being called from our primary path."""
     if (self.getPhysicalPath() == self.getPrimaryPath()):
         return PrimaryPathObjectManager.cb_isMoveable(self)
     return 0
 def cb_isMoveable(self):
     """Prevent move unless we are being called from our primary path."""
     if (self.getPhysicalPath() == self.getPrimaryPath()):
         return PrimaryPathObjectManager.cb_isMoveable(self)
     return 0