lines added to be compliant with standards

This commit is contained in:
Carlo Truijllo 2011-08-11 10:32:14 +02:00
parent 1a44c6b9d0
commit d6d9c39922

View File

@ -25,8 +25,10 @@ Simple decorator container for general purpose
from django.shortcuts import redirect
import logging
LOG = logging.getLogger('django_openstack.syspanel')
def enforce_admin_access(fn):
""" Preserve unauthorized bypass typing directly the URL and redirects to
the overview dash page """