From 89f1d45c30c1f0b540097122d23251bf1be8db8f Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 17 Jul 2018 21:45:45 -0400 Subject: clean up remaining libembroidery references --- .gitignore | 4 ---- babel.conf | 1 - lib/extensions/input.py | 5 ----- 3 files changed, 10 deletions(-) diff --git a/.gitignore b/.gitignore index 16a1e66b..3986ba50 100644 --- a/.gitignore +++ b/.gitignore @@ -7,7 +7,3 @@ dist/ build/ locales/ - -# For development, I symlink into my clone, so I have to have a copy of libembroidery. -libembroidery.py -_libembroidery.so diff --git a/babel.conf b/babel.conf index f7df6cb3..712fc342 100644 --- a/babel.conf +++ b/babel.conf @@ -1,4 +1,3 @@ -[ignore: libembroidery.py] [ignore: embroidermodder/**] [python: **.py] diff --git a/lib/extensions/input.py b/lib/extensions/input.py index 99bb70ab..cb5ac452 100644 --- a/lib/extensions/input.py +++ b/lib/extensions/input.py @@ -3,11 +3,6 @@ from os.path import realpath, dirname, join as path_join import sys from inkex import etree import inkex - -# help python find libembroidery when running in a local repo clone -if getattr(sys, 'frozen', None) is None: - sys.path.append(realpath(path_join(dirname(__file__), '..', '..'))) - import pyembroidery from ..svg import PIXELS_PER_MM, render_stitch_plan -- cgit v1.2.3