branch | v0.6.x |
changeset 316 | 31d8931dc535 |
parent 315 | 81bccfd14355 |
child 317 | d619e97a8f18 |
--- a/VirtualMailManager/constants/EXIT.py Mon Jul 26 16:08:15 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -# -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2010, Pascal Volk -# See COPYING for distribution information. - -MISSING_ARGS = 1 -UNKNOWN_COMMAND = 2 -USER_INTERRUPT = 3