Skip to content

fix print usage in python3 example

Samuel Thibault requested to merge sthibaul/pyatspi2:python3 into master

In python3 the print statement is used with parentheses. This fixes installation of the python 3 package.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=684271

Merge request reports