helpers.py
changeset 132 0e857c4a67de
parent 131 67f5d2fdca1d
equal deleted inserted replaced
131:67f5d2fdca1d 132:0e857c4a67de
    20     # reference to calendar instance
    20     # reference to calendar instance
    21     calendar = _calendar.Calendar()
    21     calendar = _calendar.Calendar()
    22 
    22 
    23     # list of (month_num, month_name) for the months in the year
    23     # list of (month_num, month_name) for the months in the year
    24     months = list(enumerate(_calendar.month_name))[1:]
    24     months = list(enumerate(_calendar.month_name))[1:]
    25 
       
    26     
    25     
    27     def version_link (self) :
    26     def version_link (self) :
    28         """
    27         """
    29             Returns a <a href> representing this version of the software
    28             Returns a <a href> representing this version of the software
    30         """
    29         """