Mercurial > piecrust2
comparison piecrust/data/piecrustdata.py @ 902:f71d576835ee
internal: PEP8
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 23 Jul 2017 08:22:43 -0700 |
parents | 93b656f0af54 |
children |
comparison
equal
deleted
inserted
replaced
901:1d5f02778723 | 902:f71d576835ee |
---|---|
13 | 13 |
14 def __init__(self): | 14 def __init__(self): |
15 self.version = APP_VERSION | 15 self.version = APP_VERSION |
16 self.url = 'http://bolt80.com/piecrust/' | 16 self.url = 'http://bolt80.com/piecrust/' |
17 self.branding = 'Baked with <em><a href="%s">PieCrust</a> %s</em>.' % ( | 17 self.branding = 'Baked with <em><a href="%s">PieCrust</a> %s</em>.' % ( |
18 'http://bolt80.com/piecrust/', APP_VERSION) | 18 'http://bolt80.com/piecrust/', APP_VERSION) |
19 self._page = None | 19 self._page = None |
20 | 20 |
21 @property | 21 @property |
22 def debug_info(self): | 22 def debug_info(self): |
23 if self._page is not None: | 23 if self._page is not None: |