--- a/vmm Sat Feb 06 02:11:55 2010 +0000
+++ b/vmm Sat Feb 06 04:09:17 2010 +0000
@@ -5,7 +5,6 @@
"""This is the vmm main script."""
-import gettext
from time import strftime, strptime
from VirtualMailManager import *
@@ -490,7 +489,6 @@
if __name__ == '__main__':
__prog__ = os.path.basename(os.sys.argv[0])
- gettext.install(__prog__, '/usr/local/share/locale', unicode=1)
argv = [unicode(arg, ENCODING) for arg in os.sys.argv]
argc = len(os.sys.argv)
plan_a_b =_(u'Plan A failed ... trying Plan B: %(subcommand)s %(object)s')