From 217108437808b35aea5bd9051a5c2c5112da2ac4 Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Tue, 10 Mar 2015 12:17:23 +0100 Subject: examples/trvial: replace tabs by whitespace in python example --- examples/python/dbus/vpn.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples') diff --git a/examples/python/dbus/vpn.py b/examples/python/dbus/vpn.py index 59773a61fb..8713f19bb6 100755 --- a/examples/python/dbus/vpn.py +++ b/examples/python/dbus/vpn.py @@ -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() -- cgit v1.2.1