* 'create_tables.pgsql'
- Removed (broken) view vmm_alias_count
- Updated view vmm_domain_info
* 'update_tables_0.4.x-0.5.pgsql'
- No longer create view vmm_alias_count
- Updated view vmm_domain_info
- Updated triggers in table domain_name as in rev 75
* 'VirtualMailManager/Domain.py'
* 'VirtualMailManager/VirtualMailManager.py'
* 'vmm'
- Integrated relocated stuff
* 'po/de.po'
* 'po/vmm.pot'
- updated
# -*- coding: UTF-8 -*-
# Copyright 2007-2008 VEB IT
# See COPYING for distribution information.
# $Id$
MISSING_ARGS = 1
UNKNOWN_COMMAND = 2
USER_INTERRUPT = 3