def teardown():
    global mdcClient

    pymacdetect_ext.destroyClient(mdcClient)
Esempio n. 2
0
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)
def teardown():
    global mdcClient
    
    pymacdetect_ext.destroyClient(mdcClient)
Esempio n. 4
0
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)