diff bitsyblog/bitsyblog.py @ 102:bc08a00a7d93

make user creation work again, wip
author Jeff Hammel <k0scist@gmail.com>
date Sun, 23 Feb 2014 16:50:06 -0800
parents 83ec14fca36c
children 67e01fc5e360
line wrap: on
line diff
--- a/bitsyblog/bitsyblog.py	Sat Feb 01 13:19:26 2014 -0800
+++ b/bitsyblog/bitsyblog.py	Sun Feb 23 16:50:06 2014 -0800
@@ -29,14 +29,10 @@
 from webob import Request, Response, exc
 
 
-### exceptions
-
 class BlogPathException(Exception):
     """exception when trying to retrieve the blog"""
 
 
-### the main course
-
 class BitsyBlog(object):
     """a very tiny blog"""
 
@@ -846,4 +842,3 @@
 
 
         request.environ['data']['links'] = links
-