File: easy_install.py

package info (click to toggle)
distribute 0.6.24-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,052 kB
  • sloc: python: 10,224; ansic: 198; makefile: 133
file content (5 lines) | stat: -rw-r--r-- 126 bytes parent folder | download | duplicates (32)
1
2
3
4
5
"""Run the EasyInstall command"""

if __name__ == '__main__':
    from setuptools.command.easy_install import main
    main()