dialogs/ProjectDialog.py
changeset 815 e4f24593a758
parent 814 5743cbdff669
child 1495 078047c3ab85
equal deleted inserted replaced
814:5743cbdff669 815:e4f24593a758
    22 #License along with this library; if not, write to the Free Software
    22 #License along with this library; if not, write to the Free Software
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    23 #Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
    24 
    24 
    25 import wx
    25 import wx
    26 
    26 
    27 from controls import ProjectPropertiesPanel
    27 from controls.ProjectPropertiesPanel import ProjectPropertiesPanel
    28 
    28 
    29 class ProjectDialog(wx.Dialog):
    29 class ProjectDialog(wx.Dialog):
    30     
    30     
    31     def __init__(self, parent, enable_required=True):
    31     def __init__(self, parent, enable_required=True):
    32         wx.Dialog.__init__(self, parent, title=_('Project properties'), 
    32         wx.Dialog.__init__(self, parent, title=_('Project properties'),