Behdad Esfahbod 7c9ab300c2 Add standard imports to all python sources
Previously, the trivial files didn't have them.
2015-04-14 17:26:59 -07:00

5 lines
175 B
Python

"""Empty __init__.py file to signal Python this directory is a package."""
from __future__ import print_function, division, absolute_import
from fontTools.misc.py23 import *