Mercurial > hg > bitsyblog
changeset 81:77aaa99c8221
whitespace
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Thu, 17 Nov 2011 11:50:54 -0800 |
parents | 51b49bc484ff |
children | 9e5dd802ba95 |
files | bitsyblog/bitsyblog.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/bitsyblog/bitsyblog.py Tue Dec 14 21:53:10 2010 -0800 +++ b/bitsyblog/bitsyblog.py Thu Nov 17 11:50:54 2011 -0800 @@ -1,5 +1,5 @@ """ -a tiny tiny blog. +a tiny tiny blog. this is the view class and is more bitsyblog than anything else can claim to be """ @@ -16,7 +16,7 @@ import PyRSS2Gen import re -import utils +import utils from blog import FileBlog from cStringIO import StringIO