mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-23 09:23:06 +02:00
...
This commit is contained in:
parent
a1d9c31e44
commit
ddc8cde9e0
1 changed files with 2 additions and 0 deletions
|
|
@ -93,4 +93,6 @@ def clone_browser(self):
|
|||
assert orig._ua_handlers.keys() == clone._ua_handlers.keys()
|
||||
assert orig._ua_handlers['_cookies'].cookiejar is \
|
||||
clone._ua_handlers['_cookies'].cookiejar
|
||||
assert orig.addheaders == clone.addheaders
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue