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