X7ROOT File Manager
Current Path:
/usr/lib/python2.7/site-packages/pip/_vendor/cachecontrol/caches
usr
/
lib
/
python2.7
/
site-packages
/
pip
/
_vendor
/
cachecontrol
/
caches
/
ðŸ“
..
📄
__init__.py
(369 B)
📄
__init__.pyc
(614 B)
📄
__init__.pyo
(614 B)
📄
file_cache.py
(3.45 KB)
📄
file_cache.pyc
(3.75 KB)
📄
file_cache.pyo
(3.75 KB)
📄
redis_cache.py
(973 B)
📄
redis_cache.pyc
(2.34 KB)
📄
redis_cache.pyo
(2.34 KB)
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