def teardown():
    global mdcClient

    pymacdetect_ext.destroyClient(mdcClient)
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)
def teardown():
    global mdcClient
    
    pymacdetect_ext.destroyClient(mdcClient)
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)