Current Path :
/
opt
/
alt
/
python27
/
bin
/
Or
Select Your Path :
Upload File :
New :
File
Dir
//opt/alt/python27/bin/jsonschema
#!/opt/alt/python27/bin/python # EASY-INSTALL-ENTRY-SCRIPT: 'jsonschema==2.6.0','console_scripts','jsonschema' __requires__ = 'jsonschema==2.6.0' import sys from pkg_resources import load_entry_point if __name__ == '__main__': sys.exit( load_entry_point('jsonschema==2.6.0', 'console_scripts', 'jsonschema')() )