diff options
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 |
