editors/LDViewer.py
changeset 1853 47a3f39bead0
parent 1850 614396cbffbf
child 1865 0bd5b3099144
--- a/editors/LDViewer.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/editors/LDViewer.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,11 +22,13 @@
 # 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
 from types import *
 
 import wx
 
-from Viewer import *
+from editors.Viewer import *
 
 
 def ExtractNextBlocks(block, block_list):