m2m模型翻译
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.

6 lines
116 B

6 months ago
  1. SUCCESS = 0
  2. ERROR = 1
  3. UNKNOWN_ERROR = 2
  4. VIRTUALENV_NOT_FOUND = 3
  5. PREVIOUS_BUILD_DIR_ERROR = 4
  6. NO_MATCHES_FOUND = 23