VirtualMailManager/constants/EXIT.py
author Pascal Volk <neverseen@users.sourceforge.net>
Sat, 23 Aug 2008 16:26:39 +0000
changeset 59 f2f784667040
parent 20 55146c78b3fb
child 76 14c0a092d7d2
permissions -rw-r--r--
* 'man/man1/vmm.1' - should be more understandable now

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

MISSING_ARGS = 1
UNKNOWN_COMMAND = 2
USER_INTERRUPT = 3