Mercurial > hg > bitsyblog
view bitsyblog/calendar.py @ 106:c7495fb71045
more output
author | Jeff Hammel <k0scist@gmail.com> |
---|---|
date | Thu, 21 Apr 2016 15:17:39 -0700 |
parents | 56ac8bd08fa0 |
children |
line wrap: on
line source
""" calendar navigation for bitsyblog """ import cal class LinkCalendar(cal.HTMLCalendar): def __init__(self): cal.Calendar.__init__(self, firstweekday=6) def formatweekheader(self): return '' # no need for listing weekdays