VirtualMailManager/constants/EXIT.py
changeset 0 bb0aa2102206
child 2 9b39f828aa8a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/VirtualMailManager/constants/EXIT.py	Sun Jan 06 18:22:10 2008 +0000
@@ -0,0 +1,14 @@
+#!/usr/bin/env python
+# -*- coding: UTF-8 -*-
+# opyright 2007-2008 VEB IT
+# See COPYING for distribution information.
+# $Id$
+
+MISSING_ARGS = 1
+UNKNOWN_OPTION = 2
+USER_INTERRUPT = 3
+
+CONF_WRONGPERM = 76
+CONF_NOPERM = 77
+CONF_NOFILE = 78
+CONF_ERROR = 79