example/persona.html example/persona.py
 | author | Jeff Hammel <jhammel@mozilla.com> | 
 | date | Fri, 27 Dec 2013 13:43:43 -0800 | 
 | parents | 67439bcdac48 | 
 | children | d95ac066cb62 | 
 | files | example/persona.html example/persona.py | 
  | diffstat | 2 files changed, 1 insertions(+), 2 deletions(-)
    [+] | 
 line diff
--- a/example/persona.html	Fri Dec 27 13:06:26 2013 -0800
+++ b/example/persona.html	Fri Dec 27 13:43:43 2013 -0800
@@ -12,8 +12,6 @@
 <script>
 $(document).ready(function() {
 
-alert("page loaded!");
-
 var currentUser = null;
 
 navigator.id.watch({
--- a/example/persona.py	Fri Dec 27 13:06:26 2013 -0800
+++ b/example/persona.py	Fri Dec 27 13:43:43 2013 -0800
@@ -9,6 +9,7 @@
 import optparse
 import os
 import sys
+from webob import Request, Response, exc
 from wsgiref import simple_server
 
 here = os.path.dirname(os.path.realpath(__file__))