File: easy_install.py

package info (click to toggle)
cypari2 2.1.2-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 11,500 kB
  • sloc: python: 146,244; makefile: 35; ansic: 5
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()