📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 09:23:18
📂
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
future
/
moves
/
urllib
✏️
Editing: robotparser.py
from __future__ import absolute_import from future.utils import PY3 if PY3: from urllib.robotparser import * else: __future_module__ = True from robotparser import *
💾 Save Changes
❌ Cancel