mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 05:02:31 -06:00
11 lines
388 B
Python
11 lines
388 B
Python
|
#!C:\Users\Zach\Desktop\Toontown\ttu\src\panda\python\python.exe
|
||
|
# EASY-INSTALL-ENTRY-SCRIPT: 'setuptools==12.0.5','console_scripts','easy_install-2.7'
|
||
|
__requires__ = 'setuptools==12.0.5'
|
||
|
import sys
|
||
|
from pkg_resources import load_entry_point
|
||
|
|
||
|
if __name__ == '__main__':
|
||
|
sys.exit(
|
||
|
load_entry_point('setuptools==12.0.5', 'console_scripts', 'easy_install-2.7')()
|
||
|
)
|