diff options
| author | Nicolas Dufour <nicoduf@yahoo.fr> | 2016-05-26 09:28:23 +0000 |
|---|---|---|
| committer | JazzyNico <nicoduf@yahoo.fr> | 2016-05-26 09:28:23 +0000 |
| commit | b17b7720ad86bc798f1c7823587991f4c60f76c9 (patch) | |
| tree | 523f5b7e50066deb9cce87561bae2f36fc7d0cb9 /share/extensions/plotter.py | |
| parent | [Bug #1508400] self-intersecting shape display and union error - reverting re... (diff) | |
| download | inkscape-b17b7720ad86bc798f1c7823587991f4c60f76c9.tar.gz inkscape-b17b7720ad86bc798f1c7823587991f4c60f76c9.zip | |
[Bug #1538277] Translations in inkex.py fail unless extension script itself initalizes gettext.
Fixed bugs:
- https://launchpad.net/bugs/1538277
(bzr r14918)
Diffstat (limited to 'share/extensions/plotter.py')
| -rwxr-xr-x | share/extensions/plotter.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/extensions/plotter.py b/share/extensions/plotter.py index 1c4a683c1..14b41df18 100755 --- a/share/extensions/plotter.py +++ b/share/extensions/plotter.py @@ -27,7 +27,6 @@ import gettext import hpgl_decoder import hpgl_encoder import inkex -inkex.localize() class Plot(inkex.Effect): @@ -268,4 +267,4 @@ if __name__ == '__main__': e = Plot() e.affect() -# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99
\ No newline at end of file +# vim: expandtab shiftwidth=4 tabstop=8 softtabstop=4 fileencoding=utf-8 textwidth=99 |
