mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
94670f7f95
Updated rsstorrents to not bother using requests sessions.
8 lines
220 B
Python
8 lines
220 B
Python
"""CacheControl import Interface.
|
|
|
|
Make it easy to import from cachecontrol without long namespaces.
|
|
"""
|
|
from .wrapper import CacheControl
|
|
from .adapter import CacheControlAdapter
|
|
from .controller import CacheController
|