Mercurial > piecrust2
diff 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 |
line wrap: on
line diff
--- a/piecrust/sources/base.py Thu Jun 08 23:32:19 2017 -0700 +++ b/piecrust/sources/base.py Mon Jun 12 22:10:50 2017 -0700 @@ -124,6 +124,9 @@ def getRelatedContents(self, item, relationship): raise NotImplementedError() + def findGroup(self, rel_spec): + raise NotImplementedError() + def findContent(self, route_params): raise NotImplementedError()