1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-24 11:15:49 +01:00

Fix suse init script.

This commit is contained in:
Dan O'Reilly
2009-03-08 15:58:44 -04:00
parent f30122dd2f
commit 4365a8406b
2 changed files with 2 additions and 2 deletions

View File

@@ -131,7 +131,7 @@ def expand_script_macros(script, msg, bssid, essid):
print "Expanded '%s' to '%s'" % (script, expanded)
return expanded
class Controller(object):
""" Parent class for the different interface types. """
def __init__(self, debug=False):
@@ -335,7 +335,6 @@ class ConnectThread(threading.Thread):
finally:
self.lock.release()
def GetStatus(self):
""" Get the threads current status message in a thread-safe way.