summaryrefslogtreecommitdiff
path: root/venv/lib/python3.7/site-packages/pip-10.0.1-py3.7.egg/pip/_vendor/cachecontrol/__init__.py
blob: ced6d94e5d3572ed02d6242177d3dbb3f148a31e (plain)
1
2
3
4
5
6
7
8
9
10
11
"""CacheControl import Interface.

Make it easy to import from cachecontrol without long namespaces.
"""
__author__ = 'Eric Larson'
__email__ = 'eric@ionrock.org'
__version__ = '0.12.4'

from .wrapper import CacheControl
from .adapter import CacheControlAdapter
from .controller import CacheController