/
/
lib
/
python2.7
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
Server: in-mum-web1112.main-hosting.eu (62.72.28.111)
You: 216.73.216.60
PHP 8.3.16
Dir:
/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches
Edit:
/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches/__init__.py
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
Ukuran: 369 B