targets/__init__.py
changeset 1881 091005ec69c4
parent 1847 6198190bc121
child 2490 2d72d8a8d7e5
--- a/targets/__init__.py	Mon Oct 23 18:25:45 2017 +0300
+++ b/targets/__init__.py	Wed Oct 25 13:50:26 2017 +0300
@@ -34,6 +34,8 @@
 - The target folder's name must match to name define in the XSD for TargetType
 """
 
+
+from __future__ import absolute_import
 from os import listdir, path
 import util.paths as paths