📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-27 11:48:58
📂
/
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
nose
✏️
Editing: __main__.py
import sys from nose.core import run_exit if sys.argv[0].endswith('__main__.py'): sys.argv[0] = '%s -m nose' % sys.executable run_exit()
💾 Save Changes
❌ Cancel