zakird/pyad

ADObject.clear_manager call and undefined method

jcarswell opened this issue · 2 comments

current method does not call a valid method

adobject line 474 tp 476

  def clear_managedby(self):
        """Sets object to be managedBy nobody"""
        return self.set_manager(None)

pull request opened #147

@zakird Thanks for the quick pull approval