/
usr
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
mkdir
upload
Name
Size
Mode
Actions
__pycache__/
-
0755
rm
file_cache.py
3532
0644
edit
dl
rm
redis_cache.py
973
0644
edit
dl
rm
__init__.py
369
0644
edit
dl
rm
Edit:
/usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches/__init__.py
(369B)
from textwrap import dedent try: from .file_cache import FileCache except ImportError: notice = dedent(''' NOTE: In order to use the FileCache you must have lockfile installed. You can install it via pip: pip install lockfile ''') print(notice) try: import redis from .redis_cache import RedisCache except ImportError: pass
Save
cmd:
run