Current File : //usr/lib/python2.7/site-packages/future/moves/urllib/__init__.py
from __future__ import absolute_import
from future.utils import PY3

if not PY3:
    __future_module__ = True