mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-29 21:03:09 +02:00
...
This commit is contained in:
parent
198a49454e
commit
d8457fe972
1 changed files with 3 additions and 3 deletions
|
|
@ -92,9 +92,9 @@ def set_handle_gzip(self, handle):
|
|||
self._clone_actions['set_handle_gzip'] = ('set_handle_gzip',
|
||||
(handle,), {})
|
||||
|
||||
def set_debug_redirect(self, *args, **kwargs):
|
||||
B.set_debug_redirect(self, *args, **kwargs)
|
||||
self._clone_actions['set_debug_redirect'] = ('set_debug_redirect',
|
||||
def set_debug_redirects(self, *args, **kwargs):
|
||||
B.set_debug_redirects(self, *args, **kwargs)
|
||||
self._clone_actions['set_debug_redirects'] = ('set_debug_redirects',
|
||||
args, kwargs)
|
||||
|
||||
def set_debug_responses(self, *args, **kwargs):
|
||||
|
|
|
|||
Loading…
Reference in a new issue