docutil/docsvg.py
changeset 1768 691083b5682a
parent 1740 b789b695b5c6
child 1780 c52d1460cea8
--- a/docutil/docsvg.py	Fri Aug 18 12:36:31 2017 +0300
+++ b/docutil/docsvg.py	Fri Aug 18 20:14:38 2017 +0300
@@ -31,7 +31,7 @@
     """ Return the Inkscape path """
     import _winreg
     svgexepath = _winreg.QueryValue(_winreg.HKEY_LOCAL_MACHINE,
-                 'Software\\Classes\\svgfile\\shell\\Inkscape\\command')
+                                    'Software\\Classes\\svgfile\\shell\\Inkscape\\command')
     svgexepath = svgexepath.replace('"%1"', '')
     return svgexepath.replace('"', '')