svgui/svgui.py
changeset 1732 94ffe74e6895
parent 1730 64d8f52bc8c8
child 1734 750eeb7230a1
equal deleted inserted replaced
1731:6ebd9c40b2be 1732:94ffe74e6895
    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
    26 import wx
    27 import os, sys, shutil
    27 import os
       
    28 import sys
       
    29 import shutil
    28 
    30 
    29 from pyjs import translate
    31 from pyjs import translate
    30 
    32 
    31 import util.paths as paths
    33 import util.paths as paths
    32 from POULibrary import POULibrary
    34 from POULibrary import POULibrary