📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-28 13:55:24
📂
/
/
opt
/
imunify360
/
venv
/
bin
✏️
Editing: normalizer
#!/builddir/build/BUILD/imunify360-venv-2.6.2/opt/imunify360/venv/bin/python3 import sys from charset_normalizer.cli.normalizer import cli_detect if __name__ == '__main__': sys.argv[0] = sys.argv[0].removesuffix('.exe') sys.exit(cli_detect())
💾 Save Changes
❌ Cancel