1
0
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:
imdano
2007-07-17 07:19:10 +00:00
parent db591c345e
commit ba48602aa9
5 changed files with 267 additions and 270 deletions

View File

@@ -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)