c_ext/c_ext.py
changeset 1853 47a3f39bead0
parent 1740 b789b695b5c6
child 3750 f62625418bff
--- a/c_ext/c_ext.py	Mon Oct 09 16:04:39 2017 +0300
+++ b/c_ext/c_ext.py	Mon Oct 09 18:13:26 2017 +0300
@@ -22,9 +22,10 @@
 # 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
 
-from CFileEditor import CFileEditor
+from c_ext.CFileEditor import CFileEditor
 from CodeFileTreeNode import CodeFile