From: Bernardo Innocenti Date: Sat, 22 Mar 2008 16:14:59 +0000 (+0100) Subject: Reformat comments for consistency and to save a few more lines. X-Git-Tag: v3.0~28 X-Git-Url: https://codewiz.org/gitweb?p=geekigeeki.git;a=commitdiff_plain;h=5be2755679e8f80974075153c8ec1a54434fd29b;ds=sidebyside Reformat comments for consistency and to save a few more lines. --- diff --git a/geekigeeki.py b/geekigeeki.py index f403885..7695228 100755 --- a/geekigeeki.py +++ b/geekigeeki.py @@ -262,8 +262,7 @@ def send_footer(name, mod_string=None): print '

last modified %s

' % mod_string print '' -# ---------------------------------------------------------- -# Macros +# Macros ------------------------------------------------------------ def _macro_TitleSearch(*vargs): return _macro_search("titlesearch") @@ -324,8 +323,6 @@ def _macro_TitleIndex(*vargs): s += Page(name).link_to() return s - -# ---------------------------------------------------------- class PageFormatter: """Object that turns Wiki markup into HTML. @@ -548,7 +545,6 @@ class PageFormatter: print self._undent() print '

' -# ---------------------------------------------------------- class Page: def __init__(self, page_name): self.page_name = page_name