commit | 30e691edd056ba22fa8970280e986747817bec3d | [log] [tgz] |
---|---|---|
author | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
committer | Behdad Esfahbod <behdad@behdad.org> | Wed Nov 27 17:27:45 2013 -0500 |
tree | d32b5359635b6cbca8879ce161e8ccc0a89864dd | |
parent | cfeafd79cd04f3cb16a72dad574af0aeae4f509d [diff] [blame] |
py23 from __future__ import print_function
diff --git a/Lib/fontTools/ttLib/tables/DefaultTable.py b/Lib/fontTools/ttLib/tables/DefaultTable.py index 45606e1..6a1a669 100644 --- a/Lib/fontTools/ttLib/tables/DefaultTable.py +++ b/Lib/fontTools/ttLib/tables/DefaultTable.py
@@ -1,3 +1,4 @@ +from __future__ import print_function from fontTools.misc.py23 import * class DefaultTable: