VirtualMailManager/constants/EXIT.py
author Pascal Volk <neverseen@users.sourceforge.net>
Fri, 22 Aug 2008 16:25:15 +0000
changeset 54 1fc1f82c662f
parent 20 55146c78b3fb
child 76 14c0a092d7d2
permissions -rw-r--r--
* 'VirtualMailManager/VirtualMailManager.py' - Renamed wrapper methods from »object_action« to »objectAction« * 'vmm' - Accommodated method calls to new method names

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