comparison piecrust/sources/base.py @ 866:d9059257743c

refactor: Make the linker work again.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 12 Jun 2017 22:10:50 -0700
parents fddaf43424e2
children 504ddb370df8
comparison
equal deleted inserted replaced
865:1bb0d973dc69 866:d9059257743c
122 raise NotImplementedError() 122 raise NotImplementedError()
123 123
124 def getRelatedContents(self, item, relationship): 124 def getRelatedContents(self, item, relationship):
125 raise NotImplementedError() 125 raise NotImplementedError()
126 126
127 def findGroup(self, rel_spec):
128 raise NotImplementedError()
129
127 def findContent(self, route_params): 130 def findContent(self, route_params):
128 raise NotImplementedError() 131 raise NotImplementedError()
129 132
130 def getSupportedRouteParameters(self): 133 def getSupportedRouteParameters(self):
131 raise NotImplementedError() 134 raise NotImplementedError()