editors/ProjectNodeEditor.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1948 b9a3f771aaab
equal deleted inserted replaced
1852:70c1cc354a8f 1853:47a3f39bead0
    20 #
    20 #
    21 # You should have received a copy of the GNU General Public License
    21 # You should have received a copy of the GNU General Public License
    22 # along with this program; if not, write to the Free Software
    22 # along with this program; if not, write to the Free Software
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    23 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
    24 
    24 
       
    25 
       
    26 from __future__ import absolute_import
    25 import wx
    27 import wx
    26 
    28 
    27 from controls import ProjectPropertiesPanel, VariablePanel
    29 from controls import ProjectPropertiesPanel, VariablePanel
    28 from ConfTreeNodeEditor import ConfTreeNodeEditor
    30 from editors.ConfTreeNodeEditor import ConfTreeNodeEditor
    29 
    31 
    30 
    32 
    31 class ProjectNodeEditor(ConfTreeNodeEditor):
    33 class ProjectNodeEditor(ConfTreeNodeEditor):
    32 
    34 
    33     SHOW_BASE_PARAMS = False
    35     SHOW_BASE_PARAMS = False