Avoid using python's print for Python 3.x compatibility
authorPanu Matilainen <pmatilai@redhat.com>
Mon, 19 Oct 2009 07:30:48 +0000 (10:30 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Mon, 19 Oct 2009 07:30:48 +0000 (10:30 +0300)
commit63175d4d31469816c575ddb4de9698fb5c053536
tree45fdb611b577c4d3e47a5578cc309dc569ba4ad4
parent9707b5478bbad7251810247b2383f91b5bbabc16
Avoid using python's print for Python 3.x compatibility
- print chanced from statement to a function in python 3, for our
  purposes sys.stdout.write() is sufficient and avoids dealing with
  the incompatibilities between Python 2.x and 3.x
- suggested by David Malcolm / Ville Skyttä
configure.ac
macros.in
scripts/macros.python.in