def __init__(self, interface_name):
     ProfiledNetworkInterface.__init__(self, interface_name)
     self.profiles = []
Beispiel #2
0
 def __init__(self, interface_name):
     ProfiledNetworkInterface.__init__(self, interface_name)
     self.current_network = None