~ibmcharmers/charms/xenial/ibm-cinder-storwize-svc/trunk

« back to all changes in this revision

Viewing changes to .tox/py35/lib/python3.5/site-packages/pip/status_codes.py

  • Committer: Ankammarao
  • Date: 2017-03-06 05:11:42 UTC
  • Revision ID: achittet@in.ibm.com-20170306051142-dpg27z4es1k56hfn
Marked tests folder executable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
from __future__ import absolute_import
 
2
 
 
3
SUCCESS = 0
 
4
ERROR = 1
 
5
UNKNOWN_ERROR = 2
 
6
VIRTUALENV_NOT_FOUND = 3
 
7
PREVIOUS_BUILD_DIR_ERROR = 4
 
8
NO_MATCHES_FOUND = 23