Current Path : /proc/thread-self/root/opt/alt/python33/lib/python3.3/site-packages/pip/ |
Current File : //proc/thread-self/root/opt/alt/python33/lib/python3.3/site-packages/pip/__main__.py |
import sys from .runner import run if __name__ == '__main__': exit = run() if exit: sys.exit(exit)