comparison piecrust/data/base.py @ 228:8015fb40c28b

data: Fix typos and stupid errors.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 11 Feb 2015 08:21:40 -0800
parents e9dc18a275ff
children eaf18442bff8
comparison
equal deleted inserted replaced
227:d6d0e4976beb 228:8015fb40c28b
24 raise NotImplementedError() 24 raise NotImplementedError()
25 25
26 def getPaginationFilter(self, page): 26 def getPaginationFilter(self, page):
27 raise NotImplementedError() 27 raise NotImplementedError()
28 28
29 def getSetting(self, item, setting_name): 29 def getSettingAccessor(self):
30 raise NotImplementedError() 30 raise NotImplementedError()
31 31
32 32
33 class LazyPageConfigData(object): 33 class LazyPageConfigData(object):
34 """ An object that represents the configuration header of a page, 34 """ An object that represents the configuration header of a page,