diff options
| author | Aaron Spike <aaron@ekips.org> | 2006-11-24 19:01:55 +0000 |
|---|---|---|
| committer | acspike <acspike@users.sourceforge.net> | 2006-11-24 19:01:55 +0000 |
| commit | ee32c2bc71aad3f8cdf792e140e03166e9da362f (patch) | |
| tree | 38644211b94aad7096e4a377bc567d0f12f429dc | |
| parent | move user unit conversion into inkex.py (diff) | |
| download | inkscape-ee32c2bc71aad3f8cdf792e140e03166e9da362f.tar.gz inkscape-ee32c2bc71aad3f8cdf792e140e03166e9da362f.zip | |
forgot re
(bzr r2029)
| -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 = { |
