Use print_function

Python 3.x does not provide the print operator
anymore. Use the print function, which is available
via an extra import from __future__ for all Python
versions >= 2.6

Change-Id: Ief6b43e7862deb6d4c6401d530830fe59b89cd34
1 file changed