docutil/docsvg.py
changeset 1735 c02818d7e29f
parent 1734 750eeb7230a1
child 1736 7e61baa047f0
--- a/docutil/docsvg.py	Mon Aug 14 22:23:17 2017 +0300
+++ b/docutil/docsvg.py	Mon Aug 14 22:30:41 2017 +0300
@@ -45,7 +45,7 @@
     """ Open Inkscape on Linux platform """
     if os.path.isfile("/usr/bin/inkscape"):
         os.system("%s %s &" % (svgexepath , svgfile))
-    
+
 def open_svg(svgfile):
     """ Generic function to open SVG file """
     if wx.Platform == '__WXMSW__' :
@@ -61,4 +61,3 @@
         else:
             wx.MessageBox("Inkscape is not found or installed !")
             return None
-