summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorjvoisin2012-01-09 22:49:54 +0100
committerjvoisin2012-01-09 22:49:54 +0100
commit9bad7d4ac4916b4ffeb528dea8ee4f1959f2f7fd (patch)
tree77a0ac7674906811a012147bd28785d506ba737c /mat-gui
parent84ef2a35bb531877c97df8d0e000dfec2b44efc6 (diff)
Remove a debug instruction
Diffstat (limited to 'mat-gui')
-rwxr-xr-xmat-gui1
1 files changed, 0 insertions, 1 deletions
diff --git a/mat-gui b/mat-gui
index 7561dd0..0c047f7 100755
--- a/mat-gui
+++ b/mat-gui
@@ -689,7 +689,6 @@ def translate():
689 # get the $LANG environnement's variable 689 # get the $LANG environnement's variable
690 language = os.environ.get('LANG', None) 690 language = os.environ.get('LANG', None)
691 if language: 691 if language:
692 print language
693 langs += language.split(':') 692 langs += language.split(':')
694 693
695 return gettext.translation('mat-gui', 'locale', langs, fallback=True).ugettext 694 return gettext.translation('mat-gui', 'locale', langs, fallback=True).ugettext