CURRENT PATH:
/
opt
/
hc_python
/
bin
/
KEMBALI
|
HOME
Upload File Local:
Upload
Upload via URL:
Download
Dir Baru
File Baru
Editing:
nosetests
#!/opt/hc_python/bin/python3 # -*- coding: utf-8 -*- import re import sys from nose import run_exit if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(run_exit())
SIMPAN
BATAL