mirror of
https://github.com/KevinMidboe/Node-Com-Handler.git
synced 2026-04-25 16:33:40 +00:00
Major cleanup, added all old files (python2) to 'old_v0.1' folder
This commit is contained in:
8
flask/lib/python3.4/site-packages/pip/status_codes.py
Normal file
8
flask/lib/python3.4/site-packages/pip/status_codes.py
Normal file
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user