diff options
| -rwxr-xr-x | share/extensions/inkex.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index 4bf977b9b..2c49f32f8 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -19,7 +19,7 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA """ -import sys, copy, optparse, random +import sys, copy, optparse, random, re #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { |
