mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-26 13:12:30 -06:00
11 lines
340 B
Python
11 lines
340 B
Python
|
#!C:\Users\Zach\Desktop\Toontown\ttu\src\panda\python\python.exe
|
||
|
# EASY-INSTALL-ENTRY-SCRIPT: 'pip==6.0.8','console_scripts','pip2'
|
||
|
__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')()
|
||
|
)
|