Added ascii2img installation

Added uninstallation script
This commit is contained in:
Samuel
2018-03-22 16:41:17 +08:00
parent 666b828af3
commit 7a6a0581a3
1152 changed files with 166080 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
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