docutil/docsvg.py
changeset 1732 94ffe74e6895
parent 1571 486f94a8032c
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
    25 import wx, os, subprocess
    25 import wx
       
    26 import os
       
    27 import subprocess
    26 
    28 
    27 def get_inkscape_path():
    29 def get_inkscape_path():
    28     """ Return the Inkscape path """
    30     """ Return the Inkscape path """
    29     import _winreg
    31     import _winreg
    30     svgexepath = _winreg.QueryValue(_winreg.HKEY_LOCAL_MACHINE,
    32     svgexepath = _winreg.QueryValue(_winreg.HKEY_LOCAL_MACHINE,