usenetbinary-newsreaderquickboxtraktkodistabletvshowsqnaptautullifanartsickbeardtvseriesplexswizzinembyseedboxtvdbnzbgetsubtitlewebui
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
388 B
14 lines
388 B
11 years ago
|
"""CacheControl import Interface.
|
||
|
|
||
|
Make it easy to import from cachecontrol without long namespaces.
|
||
|
"""
|
||
|
|
||
|
# patch our requests.models.Response to make them pickleable in older
|
||
|
# versions of requests.
|
||
|
|
||
|
import cachecontrol.patch_requests
|
||
|
|
||
|
from cachecontrol.wrapper import CacheControl
|
||
|
from cachecontrol.adapter import CacheControlAdapter
|
||
|
from cachecontrol.controller import CacheController
|