X7ROOT File Manager
Current Path:
/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol
usr
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
📁
..
📄
__init__.py
(302 B)
📁
__pycache__
📄
_cmd.py
(1.29 KB)
📄
adapter.py
(4.5 KB)
📄
cache.py
(790 B)
📁
caches
📄
compat.py
(380 B)
📄
controller.py
(12.72 KB)
📄
filewrapper.py
(2.47 KB)
📄
heuristics.py
(4.04 KB)
📄
serialize.py
(6.38 KB)
📄
wrapper.py
(498 B)
Editing: compat.py
try: from urllib.parse import urljoin except ImportError: from urlparse import urljoin try: import cPickle as pickle except ImportError: import pickle from pip._vendor.urllib3.response import HTTPResponse from pip._vendor.urllib3.util import is_fp_closed # Replicate some six behaviour try: text_type = (unicode,) except NameError: text_type = (str,)
Upload File
Create Folder