wxglade_hmi/wxglade_hmi.py
changeset 1832 0f1081928d65
parent 1768 691083b5682a
child 1878 fb73a6b6622d
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
    26 
    27 import os
    27 import os
    28 import sys
    28 import sys
    29 import shutil
    29 import shutil
    30 from xml.dom import minidom
    30 from xml.dom import minidom
       
    31 
       
    32 import wx
    31 
    33 
    32 import util.paths as paths
    34 import util.paths as paths
    33 from py_ext import PythonFileCTNMixin
    35 from py_ext import PythonFileCTNMixin
    34 
    36 
    35 
    37