Fix NetworkRegistration test by fixing indentation.
authorAndrzej Zaborowski <andrew.zaborowski@intel.com>
Thu, 18 Jun 2009 03:44:06 +0000 (05:44 +0200)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 18 Jun 2009 09:02:02 +0000 (04:02 -0500)
[Sorry if you get this mail or some of the other mails a second time,
I sent a copy from an unsubscribed address yesterday].

test/test-network-registration

index 5bc713a..7777499 100755 (executable)
@@ -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)