🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-08-07 10:00:50 | PHP 8.2.32
📂
/ (Root)
/
usr
/
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
📍 /usr/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
🔄 Refresh
✏️
Editing: __init__.py
Read Only
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 Changes
❌ Cancel