docutil/docsvg.py
changeset 1832 0f1081928d65
parent 1828 396da88d7b5c
child 1872 866fb3ab8778
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    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
       
    26 import os
    25 import os
    27 import subprocess
    26 import subprocess
       
    27 import wx
    28 
    28 
    29 
    29 
    30 def get_inkscape_path():
    30 def get_inkscape_path():
    31     """ Return the Inkscape path """
    31     """ Return the Inkscape path """
    32     import _winreg
    32     import _winreg