I have created a little framework and my directory structure is this
myframework -> contrib -> jinja2
myframework -> contrib -> session
myframework -> start.py
the problem is for package under contrib, infact jinjia2 like session have subdirectory and in the __init__.py
of jinja2 there're some imports relative to root position
so now to make it working, I must put jinja2 package into root dir, there's a way to make working in