from mod_python import apache, Session def index(req): req.content_type = "text/html" str =""" Kirjautumispalvelu

test2.py

test.py

""" return str