comparison example/persona.py @ 34:119cf9c81d3d

example/persona.html example/persona.py
author Jeff Hammel <jhammel@mozilla.com>
date Fri, 27 Dec 2013 13:43:43 -0800
parents 6af220013aa1
children d95ac066cb62
comparison
equal deleted inserted replaced
33:67439bcdac48 34:119cf9c81d3d
7 """ 7 """
8 8
9 import optparse 9 import optparse
10 import os 10 import os
11 import sys 11 import sys
12 from webob import Request, Response, exc
12 from wsgiref import simple_server 13 from wsgiref import simple_server
13 14
14 here = os.path.dirname(os.path.realpath(__file__)) 15 here = os.path.dirname(os.path.realpath(__file__))
15 page = os.path.join(here, 'persona.html') 16 page = os.path.join(here, 'persona.html')
16 17