Relative imports
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.