diff -r e5ddbaf756cb -r 091005ec69c4 targets/__init__.py --- 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