svgui/svgui.py
changeset 1832 0f1081928d65
parent 1776 81aa8aaccdd4
child 1833 2269739dd098
equal deleted inserted replaced
1831:56b48961cc68 1832:0f1081928d65
    21 #
    21 #
    22 # You should have received a copy of the GNU General Public License
    22 # You should have received a copy of the GNU General Public License
    23 # along with this program; if not, write to the Free Software
    23 # along with this program; if not, write to the Free Software
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    25 
    25 
    26 import wx
       
    27 import os
    26 import os
    28 import sys
    27 import sys
    29 import shutil
    28 import shutil
    30 
    29 
       
    30 import wx
    31 from pyjs import translate
    31 from pyjs import translate
    32 
    32 
    33 import util.paths as paths
    33 import util.paths as paths
    34 from POULibrary import POULibrary
    34 from POULibrary import POULibrary
    35 from docutil import open_svg
    35 from docutil import open_svg