editors/ResourceEditor.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1968 64827679f3f1
--- a/editors/ResourceEditor.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/editors/ResourceEditor.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,6 +22,8 @@
 # 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 wx
 import wx.lib.buttons
 import wx.grid
@@ -29,7 +31,7 @@
 from graphics.GraphicCommons import REFRESH_HIGHLIGHT_PERIOD, ERROR_HIGHLIGHT
 from controls import CustomGrid, CustomTable, DurationCellEditor
 from dialogs.DurationEditorDialog import IEC_TIME_MODEL
-from EditorPanel import EditorPanel
+from editors.EditorPanel import EditorPanel
 from util.BitmapLibrary import GetBitmap
 from util.TranslationCatalogs import NoTranslate
 from plcopen.structures import TestIdentifier, IEC_KEYWORDS