summaryrefslogtreecommitdiffstats
path: root/share/extensions/pathmodifier.py
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2016-05-26 09:28:23 +0000
committerJazzyNico <nicoduf@yahoo.fr>2016-05-26 09:28:23 +0000
commitb17b7720ad86bc798f1c7823587991f4c60f76c9 (patch)
tree523f5b7e50066deb9cce87561bae2f36fc7d0cb9 /share/extensions/pathmodifier.py
parent[Bug #1508400] self-intersecting shape display and union error - reverting re... (diff)
downloadinkscape-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/pathmodifier.py')
-rwxr-xr-xshare/extensions/pathmodifier.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/share/extensions/pathmodifier.py b/share/extensions/pathmodifier.py
index d80b6eeae..bf45dd77a 100755
--- a/share/extensions/pathmodifier.py
+++ b/share/extensions/pathmodifier.py
@@ -39,8 +39,6 @@ import bezmisc
import simplestyle
from simpletransform import *
-inkex.localize()
-
####################################################################
##-- zOrder computation...
##-- this should be shipped out in a separate file. inkex.py?