Skip to content

Relative imports

Martin Reinecke requested to merge relative_imports into master

This changes every Nifty-internal import statement (as far as I could find them...) to a relative one.

I'm doing this because I'm not sure whether an absolute import statement would potentially prefer an "official" installed file over a local checkout, for example.

Merge request reports