Imported Upstream version 1.38
[platform/upstream/connman.git] / test / get-state
index 75d5a16..e991f58 100755 (executable)
@@ -9,4 +9,4 @@ manager = dbus.Interface(bus.get_object('net.connman', "/"),
 
 properties = manager.GetProperties()
 
-print "System is %s" % (properties["State"])
+print("System is %s" % (properties["State"]))