From cf4c50ffa68ce110c40ae3926d60b241bbe230c2 Mon Sep 17 00:00:00 2001 From: Arfrever Frehtes Taifersar Arahesis Date: Sun, 20 Sep 2009 11:28:14 +0000 Subject: Support print() function with Python 2 in some files. svn path=/main/trunk/; revision=14291 --- bin/check-implicit-pointer-usage.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/check-implicit-pointer-usage.py') diff --git a/bin/check-implicit-pointer-usage.py b/bin/check-implicit-pointer-usage.py index c50424b83..65b0d1228 100755 --- a/bin/check-implicit-pointer-usage.py +++ b/bin/check-implicit-pointer-usage.py @@ -13,6 +13,9 @@ # interpreted as pointers. Those are almost guaranteed to cause # crashes. # + +from __future__ import print_function + import re import sys -- cgit v1.2.3-1-g7c22