You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

status_codes.py 156B

12345678
  1. from __future__ import absolute_import
  2. SUCCESS = 0
  3. ERROR = 1
  4. UNKNOWN_ERROR = 2
  5. VIRTUALENV_NOT_FOUND = 3
  6. PREVIOUS_BUILD_DIR_ERROR = 4
  7. NO_MATCHES_FOUND = 23