editors/FileManagementPanel.py
changeset 1853 47a3f39bead0
parent 1847 6198190bc121
child 2301 5b8a7dd43f9f
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 os
    27 import os
    26 import shutil
    28 import shutil
    27 
    29 
    28 import wx
    30 import wx
    29 import wx.lib.buttons
    31 import wx.lib.buttons
    30 
    32 
    31 from EditorPanel import EditorPanel
    33 from editors.EditorPanel import EditorPanel
    32 from util.BitmapLibrary import GetBitmap
    34 from util.BitmapLibrary import GetBitmap
    33 from controls import FolderTree
    35 from controls import FolderTree
    34 
    36 
    35 FILTER = _("All files (*.*)|*.*|CSV files (*.csv)|*.csv")
    37 FILTER = _("All files (*.*)|*.*|CSV files (*.csv)|*.csv")
    36 
    38