targets/typemapping.py
changeset 1881 091005ec69c4
parent 1847 6198190bc121
child 1963 cded8d8a0485
--- a/targets/typemapping.py	Mon Oct 23 18:25:45 2017 +0300
+++ b/targets/typemapping.py	Wed Oct 25 13:50:26 2017 +0300
@@ -22,6 +22,8 @@
 # License along with this library; 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 ctypes
 from ctypes import *
 from datetime import timedelta as td