X7ROOT File Manager
Current Path:
/lib/python3.6/site-packages/pip/_vendor/cachecontrol/caches
lib
/
python3.6
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
ðŸ“
..
📄
__init__.py
(369 B)
ðŸ“
__pycache__
📄
file_cache.py
(3.45 KB)
📄
redis_cache.py
(973 B)
Editing: __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
Upload File
Create Folder