Mercurial > piecrust2
comparison piecrust/sources/interfaces.py @ 926:86b684cc0551
sources: Add `findContentFromPath` API.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 01 Oct 2017 20:37:11 -0700 |
parents | f070a4fc033c |
children | 8adc27285d93 |
comparison
equal
deleted
inserted
replaced
925:2394fd689590 | 926:86b684cc0551 |
---|---|
27 web UI. | 27 web UI. |
28 """ | 28 """ |
29 def getInteractiveFields(self): | 29 def getInteractiveFields(self): |
30 raise NotImplementedError() | 30 raise NotImplementedError() |
31 | 31 |
32 def findContentFromPath(self, path): | |
33 raise NotImplementedError() |