X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FExitCodes.py;h=69f4b172b4d709b1ca3c7a0fdcb3019aa85b420d;hb=3a1235a834118bb52c5d92fce9c7182c04a44e0b;hp=ed9d3694e60bb1f31721acc8c04297723f9fdaf9;hpb=84d512e317cac78d67bec5c64fcf761d3f5e0689;p=dead%2Fcensus-tools.git diff --git a/src/ExitCodes.py b/src/ExitCodes.py index ed9d369..69f4b17 100644 --- a/src/ExitCodes.py +++ b/src/ExitCodes.py @@ -1 +1,2 @@ -NotEnoughArgs = 1 +NOT_ENOUGH_ARGS = 1 +NO_RESULTS = 2