diff options
| author | Aur??lio A. Heckert <aurium@gmail.com> | 2009-03-13 22:18:00 +0000 |
|---|---|---|
| committer | aurium <aurium@users.sourceforge.net> | 2009-03-13 22:18:00 +0000 |
| commit | 4e50cb99e3a957e064861f8d353c5560b94a7879 (patch) | |
| tree | 028247c0e6bd0e15e4a25efb88e34f155a448e49 | |
| parent | Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ... (diff) | |
| download | inkscape-4e50cb99e3a957e064861f8d353c5560b94a7879.tar.gz inkscape-4e50cb99e3a957e064861f8d353c5560b94a7879.zip | |
correcting namespaces in inkex.py
(bzr r7482)
| -rwxr-xr-x | share/extensions/inkex.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index c76717fb8..2ae5d6c21 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -27,7 +27,8 @@ _ = gettext.gettext #a dictionary of all of the xmlns prefixes in a standard inkscape doc NSS = { u'sodipodi' :u'http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd', -u'cc' :u'http://web.resource.org/cc/', +u'cc' :u'http://creativecommons.org/ns#', +u'ccOLD' :u'http://web.resource.org/cc/', u'svg' :u'http://www.w3.org/2000/svg', u'dc' :u'http://purl.org/dc/elements/1.1/', u'rdf' :u'http://www.w3.org/1999/02/22-rdf-syntax-ns#', |
