summaryrefslogtreecommitdiffstats
path: root/share/extensions/image_attributes.py
diff options
context:
space:
mode:
Diffstat (limited to 'share/extensions/image_attributes.py')
-rwxr-xr-xshare/extensions/image_attributes.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/share/extensions/image_attributes.py b/share/extensions/image_attributes.py
index 80ad62c26..98cc5204f 100755
--- a/share/extensions/image_attributes.py
+++ b/share/extensions/image_attributes.py
@@ -28,12 +28,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import inkex
import simplestyle
-try:
- inkex.localize()
-except:
- import gettext
- _ = gettext.gettext
-
class SetAttrImage(inkex.Effect):
def __init__(self):