mirror of
https://github.com/gryf/wicd.git
synced 2025-12-20 04:48:00 +01:00
fixed a screw up in my indentation in edgy.py, changed tabs to 4 spaces everywhere it wasn't already
This commit is contained in:
@@ -4,7 +4,7 @@ import gobject
|
||||
import dbus
|
||||
import dbus.service
|
||||
if getattr(dbus, 'version', (0,0,0)) >= (0,41,0):
|
||||
import dbus.glib
|
||||
import dbus.glib
|
||||
|
||||
#############
|
||||
#declare our connections to our daemon.
|
||||
@@ -21,4 +21,4 @@ wired = dbus.Interface(proxy_obj, 'org.wicd.daemon.wired')
|
||||
|
||||
print daemon.Hello()
|
||||
if wireless.CheckIfWirelessConnecting() == False and wired.CheckIfWiredConnecting() == False:
|
||||
print wireless.AutoConnect(True)
|
||||
print wireless.AutoConnect(True)
|
||||
|
||||
Reference in New Issue
Block a user