def teardown():
    global mdcClient

    pymacdetect_ext.destroyClient(mdcClient)
Beispiel #2
0
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)
def teardown():
    global mdcClient
    
    pymacdetect_ext.destroyClient(mdcClient)
Beispiel #4
0
 def __exit__(self):
     pymacdetect_ext.destroyClient(self.mdcClient)