Mercurial > piecrust2
changeset 902:f71d576835ee
internal: PEP8
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 23 Jul 2017 08:22:43 -0700 |
parents | 1d5f02778723 |
children | 812ca80863d4 |
files | piecrust/data/piecrustdata.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/piecrust/data/piecrustdata.py Sun Jul 23 08:22:03 2017 -0700 +++ b/piecrust/data/piecrustdata.py Sun Jul 23 08:22:43 2017 -0700 @@ -15,7 +15,7 @@ self.version = APP_VERSION self.url = 'http://bolt80.com/piecrust/' self.branding = 'Baked with <em><a href="%s">PieCrust</a> %s</em>.' % ( - 'http://bolt80.com/piecrust/', APP_VERSION) + 'http://bolt80.com/piecrust/', APP_VERSION) self._page = None @property