Project

General

Profile

Statistics
| Branch: | Revision:

root / env / bin / pip-2.7 @ 1a305335

History | View | Annotate | Download (312 Bytes)

1
#!/home/officers/tooltron/env/bin/python
2
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==1.0.2','console_scripts','pip-2.7'
3
__requires__ = 'pip==1.0.2'
4
import sys
5
from pkg_resources import load_entry_point
6

    
7
if __name__ == '__main__':
8
    sys.exit(
9
        load_entry_point('pip==1.0.2', 'console_scripts', 'pip-2.7')()
10
    )