mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-14 11:08:15 +01:00
8 lines
164 B
Python
8 lines
164 B
Python
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
|