summaryrefslogtreecommitdiff
path: root/mat-gui
diff options
context:
space:
mode:
authorintrigeri2013-01-08 22:56:49 +0100
committerjvoisin2013-01-09 02:04:36 +0100
commit8427e8f4aff71a40ea6ba920608c38edd7ee6905 (patch)
tree2d24f60817a9352579a72bbe9afd366c5b62e0a0 /mat-gui
parentf60e391b3aa9d86a2145ee3a1a1e27cbc7a4c070 (diff)
gettext.install defines "_", don't redefine it.
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 be966b0..77720e0 100755
--- a/mat-gui
+++ b/mat-gui
@@ -581,7 +581,6 @@ non-anonymised) file to output archive'))
581 581
582if __name__ == '__main__': 582if __name__ == '__main__':
583 gettext.install('MAT', unicode=True) 583 gettext.install('MAT', unicode=True)
584 _ = gettext.gettext
585 584
586 #Main 585 #Main
587 gui = GUI() 586 gui = GUI()