diff options
| author | intrigeri | 2013-01-08 22:56:49 +0100 |
|---|---|---|
| committer | jvoisin | 2013-01-09 02:04:36 +0100 |
| commit | 8427e8f4aff71a40ea6ba920608c38edd7ee6905 (patch) | |
| tree | 2d24f60817a9352579a72bbe9afd366c5b62e0a0 | |
| parent | f60e391b3aa9d86a2145ee3a1a1e27cbc7a4c070 (diff) | |
gettext.install defines "_", don't redefine it.
| -rwxr-xr-x | mat-gui | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -581,7 +581,6 @@ non-anonymised) file to output archive')) | |||
| 581 | 581 | ||
| 582 | if __name__ == '__main__': | 582 | if __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() |
