Relative imports
Compare changes
Beginning with 2nd June, only the "Single Sign On" option for login to the GitLab web interface will be possible. If you don't have an MPCDF wide second factor so far, please get one at our SelfService (https://selfservice.mpcdf.mpg.de). The GitLab internal second factor will not work.
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.