From: Andrzej Zaborowski Date: Thu, 18 Jun 2009 03:44:06 +0000 (+0200) Subject: Fix NetworkRegistration test by fixing indentation. X-Git-Tag: 0.1~96 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3b9e5c19e8cd87ee05618aa9316427b3f8d4781f;p=platform%2Fupstream%2Fofono.git Fix NetworkRegistration test by fixing indentation. [Sorry if you get this mail or some of the other mails a second time, I sent a copy from an unsubscribed address yesterday]. --- diff --git a/test/test-network-registration b/test/test-network-registration index 5bc713a..7777499 100755 --- a/test/test-network-registration +++ b/test/test-network-registration @@ -78,7 +78,7 @@ if __name__ == "__main__": else: obj = bus.get_object('org.ofono', sys.argv[1]); op = dbus.Interface(obj, 'org.ofono.NetworkOperator') - op.Register() + op.Register() except dbus.DBusException, e: print "Unable to register/deregister: ", e sys.exit(1)