tito/test
Paul Morgan 25c6f7f1e0 avoid ImportError in test suite on python 3
python3 does not allow relative imports.

test/unit/__init.py__ and test/functional/__init.py__ already exist,
which means we can use absolute import on all versions of python
without resorting to http://legacy.python.org/dev/peps/pep-0328/
2014-02-28 15:38:25 +00:00
..
functional avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00
unit avoid ImportError in test suite on python 3 2014-02-28 15:38:25 +00:00