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].
This commit is contained in:
Andrzej Zaborowski 2009-06-18 05:44:06 +02:00 committed by Denis Kenzior
parent 58e573bf63
commit 3b9e5c19e8
1 changed files with 1 additions and 1 deletions

View File

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