mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-16 11:48:06 +01: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')()
|
|
)
|