|
Server IP : 2a02:4780:11:1359:0:1d43:a566:2 / Your IP : 216.73.217.94 Web Server : LiteSpeed System : Linux in-mum-web1259.main-hosting.eu 4.18.0-553.124.4.lve.el8.x86_64 #1 SMP Fri May 15 13:02:13 UTC 2026 x86_64 User : u490972518 ( 490972518) PHP Version : 7.4.33 Disable Function : system, exec, shell_exec, passthru, mysql_list_dbs, ini_alter, dl, symlink, link, chgrp, leak, popen, apache_child_terminate, virtual, mb_send_mail, proc_open MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF Directory (0755) : /../opt/bun/../process_exporter/../app-version-detector/../alt/curl/../python37/bin/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
#!/opt/alt/python37/bin/python3
# EASY-INSTALL-ENTRY-SCRIPT: 'nose==1.3.7','console_scripts','nosetests-3.7'
__requires__ = 'nose==1.3.7'
import re
import sys
from pkg_resources import load_entry_point
if __name__ == '__main__':
sys.argv[0] = re.sub(r'(-script\.pyw?|\.exe)?$', '', sys.argv[0])
sys.exit(
load_entry_point('nose==1.3.7', 'console_scripts', 'nosetests-3.7')()
)