examples/trvial: replace tabs by whitespace in python example

This commit is contained in:
Thomas Haller 2015-03-10 12:17:23 +01:00
parent d5fc88e573
commit 2171084378

View file

@ -102,11 +102,11 @@ def get_wifi_device_path():
def activate_connection(connection_path, device_path):
def reply_handler(opath):
print "Success: device activating"
print "Success: device activating"
sys.exit(0)
def error_handler(*args):
print "Error activating device: %s" % args
print "Error activating device: %s" % args
sys.exit(1)
bus = dbus.SystemBus()