VirtualMailManager/constants/EXIT.py
author Pascal Volk <neverseen@users.sourceforge.net>
Sun, 06 Apr 2008 21:36:00 +0000
changeset 14 ebc9b864bc9a
parent 8 7e3ce56f49e6
child 20 55146c78b3fb
permissions -rw-r--r--
* 'update_config_0.3.x-0.4.py' * 'upgrade.sh' * 'UPGRADE' - added to repository * 'install.sh' - Removed $PF_GID * 'INSTALL' - Added some hints * 'VirtualMailManager/VirtualMailManager.py' - fixed an ugly bug

#!/usr/bin/env python
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$

MISSING_ARGS = 1
UNKNOWN_OPTION = 2
USER_INTERRUPT = 3