I created my app following this tutorial: http://flask.pocoo.org/docs/0.12/patterns/packages/
As such almost all my files import stuff from other files using
from geotagger(name of my project).something.somethingelse
This causes a lot of import errors since it always says 'cant find geotagger'. I guess I could fix this by changing all my files but maybe there's something I'm missing here that could save me some boring work