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