1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-17 23:45:45 +01:00

Refactored several files (especially gui.py) to be more in line with python conventions and make the code easier to understand.

Added a bunch of docstrings.
Fixed an invalid function call in wnettools.py.
This commit is contained in:
imdano
2008-01-25 14:12:32 +00:00
parent f6d480d89b
commit 6599b7ce0a
5 changed files with 159 additions and 119 deletions

View File

@@ -361,7 +361,7 @@ class WirelessInterface(Interface):
# Get available network info from iwpriv get_site_survey
# if we're using a ralink card (needed to get encryption info)
if self.wpa_driver == RALINK_DRIVER:
ralink_info = self._GetRalinkScanInfo()
ralink_info = self._GetRalinkInfo()
else:
ralink_info = None