editors/ConfTreeNodeEditor.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1991 34a9287b6c7d
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 types
    28 import types
    27 
    29 
    28 import wx
    30 import wx
    29 
    31 
    30 from EditorPanel import EditorPanel
    32 from editors.EditorPanel import EditorPanel
    31 
    33 
    32 from IDEFrame import TITLE, FILEMENU, PROJECTTREE, PAGETITLES
    34 from IDEFrame import TITLE, FILEMENU, PROJECTTREE, PAGETITLES
    33 
    35 
    34 from controls import TextCtrlAutoComplete
    36 from controls import TextCtrlAutoComplete
    35 from dialogs import BrowseValuesLibraryDialog
    37 from dialogs import BrowseValuesLibraryDialog