Project

General

Profile

Statistics
| Branch: | Revision:

root / env / bin / pip @ 1a305335

History | View | Annotate | Download (304 Bytes)

1
#!/home/officers/tooltron/env/bin/python
2
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==1.0.2','console_scripts','pip'
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')()
10
    )