1
2
3
4
5
6
from __future__ import absolute_import
from future.utils import PY3
if not PY3:
__future_module__ = True