Poodletooth-iLand/panda/python/Lib/site-packages/pip/status_codes.py
Master Jumblespeed d882959bfa switch to remote
2015-05-18 22:11:33 -04:00

8 lines
156 B
Python
Executable file

from __future__ import absolute_import
SUCCESS = 0
ERROR = 1
UNKNOWN_ERROR = 2
VIRTUALENV_NOT_FOUND = 3
PREVIOUS_BUILD_DIR_ERROR = 4
NO_MATCHES_FOUND = 23