Project

General

Profile

Statistics
| Branch: | Revision:

root / env / bin / easy_install @ 1a305335

History | View | Annotate | Download (346 Bytes)

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

    
7
if __name__ == '__main__':
8
    sys.exit(
9
        load_entry_point('distribute==0.6.19', 'console_scripts', 'easy_install')()
10
    )