GitBucket
4.21.2
Toggle navigation
Snippets
Sign in
Files
Branches
1
Releases
Issues
1
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
nigel.stanger
/
Handbook
Transfer to URL with SHA
Find file
Newer
Older
tree:
f1858fdf69
Switch branches
×
master
Handbook
/
calendar
/
teachingdates
/
calendars
/ errors.py
Nigel Stanger
on 29 Nov 2019
101 bytes
Reimplemented text output using Jinja2 templates
Raw
Blame
History
class TemplateStyleError(Exception): """Exception for incorrect template style. """ pass