📁 File Manager Pro
v10.0.3 | PHP: 8.1.34
Server: Apache
2026-06-22 06:12:23
📂
/ (Root)
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
setoptconf
📍 /opt/cloudlinux/venv/lib/python3.11/site-packages/setoptconf
🔄 Refresh
✏️
Editing: util.py
Read Only
import csv from io import StringIO __all__ = ("csv_to_list") def csv_to_list(value): if isinstance(value, str) and value: reader = csv.reader(StringIO(value)) parsed = next(reader) return parsed return []
💾 Save Changes
❌ Cancel