mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 13:12:30 -06:00
10 lines
344 B
Python
10 lines
344 B
Python
#!C:\Users\Zach\Desktop\Toontown\ttu\src\panda\python\python.exe
|
|
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==6.0.8','console_scripts','pip2.7'
|
|
__requires__ = 'pip==6.0.8'
|
|
import sys
|
|
from pkg_resources import load_entry_point
|
|
|
|
if __name__ == '__main__':
|
|
sys.exit(
|
|
load_entry_point('pip==6.0.8', 'console_scripts', 'pip2.7')()
|
|
)
|