Reformatting only (PEP8)

This commit is contained in:
Peter Bittner 2014-05-31 18:09:27 +02:00
parent 0194290140
commit e894b14a96
6 changed files with 210 additions and 255 deletions

View file

@ -1,4 +1,3 @@
from django.core.exceptions import ImproperlyConfigured
from django.conf import settings
STAFF_ONLY = getattr(settings, 'TODO_STAFF_ONLY', False)