# HG changeset patch # User Ludovic Chabant # Date 1500823363 25200 # Node ID f71d576835ee03193635ea18013fac3350e6f188 # Parent 1d5f02778723da3917c83f5c4133b451ebd08b8b internal: PEP8 diff -r 1d5f02778723 -r f71d576835ee piecrust/data/piecrustdata.py --- 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 PieCrust %s.' % ( - 'http://bolt80.com/piecrust/', APP_VERSION) + 'http://bolt80.com/piecrust/', APP_VERSION) self._page = None @property