]> gitweb.michael.orlitzky.com - dead/census-tools.git/blobdiff - src/ExitCodes.py
Uppercased the exit codes per the Python style guidelines.
[dead/census-tools.git] / src / ExitCodes.py
index ed9d3694e60bb1f31721acc8c04297723f9fdaf9..69f4b172b4d709b1ca3c7a0fdcb3019aa85b420d 100644 (file)
@@ -1 +1,2 @@
-NotEnoughArgs = 1
+NOT_ENOUGH_ARGS = 1
+NO_RESULTS = 2