Statistics
| Branch: | Revision:

root / snfOCCI / httpd / snf_voms_auth.py @ fe35958e

History | View | Annotate | Download (340 Bytes)

1
import os
2

    
3
from paste import deploy
4

    
5
import logging 
6

    
7
LOG = logging.getLogger(__name__)
8

    
9
# NOTE(ldbragst): 'application' is required in this context by WSGI spec.
10
# The following is a reference to Python Paste Deploy documentation
11
# http://pythonpaste.org/deploy/
12
application = deploy.loadapp('config:/home/synnefo/snf_voms_auth-paste.ini')