editors/FileManagementPanel.py
changeset 1853 47a3f39bead0
parent 1847 6198190bc121
child 2301 5b8a7dd43f9f
--- a/editors/FileManagementPanel.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/editors/FileManagementPanel.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,13 +22,15 @@
 # along with this program; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 
+
+from __future__ import absolute_import
 import os
 import shutil
 
 import wx
 import wx.lib.buttons
 
-from EditorPanel import EditorPanel
+from editors.EditorPanel import EditorPanel
 from util.BitmapLibrary import GetBitmap
 from controls import FolderTree