-----------------
- Added buildout 2.0!
- Added a django-session-cleanup-cronjob part for production and staging,
which cleans old sessions in the database.
- Added nose coverage report setup. And included mock by default.
- Added ``__future__`` imports everywhere for print statements and unicode.
Everywhere except django settings, btw, as that weirdly breaks the
testrunner!