2to3 --fix=print with manual fixup
diff --git a/Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py b/Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py
index 4aeaf4b..f5d0f02 100644
--- a/Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py
+++ b/Lib/fontTools/ttLib/tables/BitmapGlyphMetrics.py
@@ -47,7 +47,7 @@
if name in metricNames:
vars(self)[name] = safeEval(attrs['value'])
else:
- print "Warning: unknown name '%s' being ignored in %s." % name, self.__class__.__name__
+ print("Warning: unknown name '%s' being ignored in %s." % name, self.__class__.__name__)
class BigGlyphMetrics(BitmapGlyphMetrics):