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

if not PY3:
    __future_module__ = True