VMM/constants: Removed constants, which are obsolete now. v0.7.x
authorPascal Volk <user@localhost.localdomain.org>
Sun, 30 Dec 2012 16:15:13 +0000
branchv0.7.x
changeset 667 502561385ddf
parent 666 50148adebee9
child 668 b4396a78c996
VMM/constants: Removed constants, which are obsolete now.
VirtualMailManager/constants.py
--- a/VirtualMailManager/constants.py	Sun Dec 30 16:12:18 2012 +0000
+++ b/VirtualMailManager/constants.py	Sun Dec 30 16:15:13 2012 +0000
@@ -32,8 +32,6 @@
 # exit codes
 
 EX_SUCCESS = 0
-EX_MISSING_ARGS = 1
-EX_UNKNOWN_COMMAND = 2
 EX_USER_INTERRUPT = 3