diff pyArq-Presupuestos @ 3:a221c14c3c31

translate and clean gui
author Miguel Ángel Bárcena Rodríguez <miguelangel@obraencurso.es>
date Sun, 31 Oct 2010 21:01:48 +0100
parents 2ac1551ad2ab
children 2fc6b47dbe70
line wrap: on
line diff
--- a/pyArq-Presupuestos	Sun Oct 31 20:08:15 2010 +0100
+++ b/pyArq-Presupuestos	Sun Oct 31 21:01:48 2010 +0100
@@ -26,7 +26,6 @@
     """
     _app = "pyArq-Presupuestos"
     _dir = globals.path["APPDATA"] + "/mo/"
-    print _dir
     gettext.install(_app, _dir, unicode=1)
 
 def _run_gui():