Make use of decorators.view for all views
This gives us a 'view' hook where we can do things that need to be
done for all views (such as catching certain exceptions, or checking
for maintenance mode).
Patch by: Sverre Rabbelier
"""
Django Unit Test and Doctest framework.
"""
from django.test.client import Client
from django.test.testcases import TestCase