mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
SUCCESS = 0
|
|
ERROR = 1
|
|
UNKNOWN_ERROR = 2
|
|
VIRTUALENV_NOT_FOUND = 3
|
|
NO_MATCHES_FOUND = 23
|