* 'install.sh'
- removed verbose stuff
- fixed (multilingual) man pages installation stuff
* 'man/man1/vmm1'
- moved vmm.1 to man/man1/vmm1
* 'man/man5/vmm.cfg.5'
- moved vmm.cfg.5 to man/man5/vmm.cfg.5
* 'po/de.po'
- updated
* added to repository
- 'man/de/man1/vmm.1'
- 'man/de/man5/vmm.cfg.5'
#!/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