Add the full set of __future__ imports in new file

This commit is contained in:
Adrian Sampson 2019-03-30 12:39:42 -04:00
parent 777cfbbf61
commit ccbab10090

View file

@ -13,7 +13,7 @@
# The above copyright notice and this permission notice shall be
# included in all copies or substantial portions of the Software.
from __future__ import absolute_import
from __future__ import division, absolute_import, print_function
import inspect
from collections import namedtuple