svgui/svgui.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 2442 b13f021c68a5
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    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 
       
    27 from __future__ import absolute_import
    26 import os
    28 import os
    27 import shutil
    29 import shutil
    28 
    30 
    29 import wx
    31 import wx
    30 from pyjs import translate
    32 from svgui.pyjs import translate
    31 
    33 
    32 import util.paths as paths
    34 import util.paths as paths
    33 from POULibrary import POULibrary
    35 from POULibrary import POULibrary
    34 from docutil import open_svg
    36 from docutil import open_svg
    35 from py_ext import PythonFileCTNMixin
    37 from py_ext import PythonFileCTNMixin