VirtualMailManager/constants/EXIT.py
author Pascal Volk <neverseen@users.sourceforge.net>
Tue, 04 Mar 2008 23:28:04 +0000
changeset 13 1d9bf63a86f7
parent 8 7e3ce56f49e6
child 20 55146c78b3fb
permissions -rw-r--r--
* 'create_tables.pgsql' - Removed unneeded newlines from views dovecot_user and postfix_uid * 'update_tables_0.2.x-0.3.pgsql' - Removed from repository * 'update_tables_0.3.x-0.4.py' - Added to repository

#!/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