mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
11 lines
377 B
Python
11 lines
377 B
Python
#!d:\github\WinAlfred\WinAlfred\bin\Debug\PythonEnv\2.7\Scripts\python.exe
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==0.9.8','console_scripts','easy_install'
|
|
__requires__ = 'setuptools==0.9.8'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(
|
|
load_entry_point('setuptools==0.9.8', 'console_scripts', 'easy_install')()
|
|
)
|