1
0
mirror of https://github.com/gryf/wicd.git synced 2026-01-05 13:24:13 +01:00

Make sure we check for wirelesstools in the ioctl backend.

This commit is contained in:
Dan O'Reilly
2009-04-11 18:37:51 -04:00
parent 8ecd9ec029
commit 0aaba8c439

View File

@@ -264,6 +264,7 @@ class WirelessInterface(Interface, BaseWirelessInterface):
wpa_driver)
Interface.__init__(self, iface, verbose)
self.scan_iface = None
self.CheckWirelessTools()
@neediface([])
def GetNetworks(self):