mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-python
synced 2026-01-15 01:52:56 +01:00
query.Queries: Remove references to app
App is not a standardized interface, remove references to it. Signed-off-by: Jan Lindemann <jan@janware.com>
This commit is contained in:
parent
dfdbf68886
commit
6835a569a5
1 changed files with 0 additions and 10 deletions
|
|
@ -80,13 +80,3 @@ class Queries(abc.ABC): # export
|
|||
# To be overriden in case the derived class wants to keep track
|
||||
def _add(self, query):
|
||||
pass
|
||||
|
||||
# def register(self):
|
||||
# return self._register()
|
||||
#
|
||||
# def query(self, *args, **kwargs):
|
||||
# return self.app.query(*args, **kwargs)
|
||||
#
|
||||
# def pages(self, *args, **kwargs):
|
||||
# return self.app.pages(*args, **kwargs)
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue