comparison bitsyblog/bitsyblog.py @ 81:77aaa99c8221

whitespace
author Jeff Hammel <jhammel@mozilla.com>
date Thu, 17 Nov 2011 11:50:54 -0800
parents 51b49bc484ff
children 9e5dd802ba95
comparison
equal deleted inserted replaced
80:51b49bc484ff 81:77aaa99c8221
1 """ 1 """
2 a tiny tiny blog. 2 a tiny tiny blog.
3 this is the view class and is more bitsyblog than anything 3 this is the view class and is more bitsyblog than anything
4 else can claim to be 4 else can claim to be
5 """ 5 """
6 6
7 ### imports 7 ### imports
14 import inspect 14 import inspect
15 import os 15 import os
16 import PyRSS2Gen 16 import PyRSS2Gen
17 import re 17 import re
18 18
19 import utils 19 import utils
20 20
21 from blog import FileBlog 21 from blog import FileBlog
22 from cStringIO import StringIO 22 from cStringIO import StringIO
23 from docutils.utils import SystemMessage 23 from docutils.utils import SystemMessage
24 from genshi.builder import Markup 24 from genshi.builder import Markup