From 04bc9e1cd3544445d883ad29ea108c1645c8e7b7 Mon Sep 17 00:00:00 2001 From: Michael Biebl Date: Mon, 4 Jun 2018 00:07:45 +0200 Subject: New upstream version 1.11.4 --- examples/python/gi/get-active-connections.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/python/gi/get-active-connections.py') diff --git a/examples/python/gi/get-active-connections.py b/examples/python/gi/get-active-connections.py index 22c9eb4a..cee579f9 100755 --- a/examples/python/gi/get-active-connections.py +++ b/examples/python/gi/get-active-connections.py @@ -29,8 +29,8 @@ if __name__ == "__main__": client = NM.Client.new(None) acons = client.get_active_connections() for ac in acons: - print "%s (%s) - %s" % (ac.get_id(), ac.get_uuid(), ac.get_connection_type()) + print("%s (%s) - %s" % (ac.get_id(), ac.get_uuid(), ac.get_connection_type())) if len(acons) == 0: - print "No active connections" + print("No active connections") -- cgit 1.3.0-6-gf8a5