Current Path :
/
opt
/
alt
/
python35
/
lib
/
python3.5
/
site-packages
/
nose
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python35/lib/python3.5/site-packages/nose/__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()