403 Forbidden


Disable Functions:
Path : /bin/
File Upload :
Command :
Current File : //bin/easy_install

#!/usr/bin/python
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.9.8','console_scripts','easy_install'
__requires__ = 'setuptools==0.9.8'
import sys
from pkg_resources import load_entry_point

if __name__ == '__main__':
    sys.exit(
        load_entry_point('setuptools==0.9.8', 'console_scripts', 'easy_install')()
    )

404 Not Found
[ LogOut ]