Fix test_tab.py
This commit is contained in:
parent
24cc54a574
commit
1dac05a7ac
@ -85,8 +85,8 @@ class Tab(browsertab.AbstractTab):
|
|||||||
self.zoom = Zoom(tab=self)
|
self.zoom = Zoom(tab=self)
|
||||||
self.search = browsertab.AbstractSearch(parent=self)
|
self.search = browsertab.AbstractSearch(parent=self)
|
||||||
self.printing = browsertab.AbstractPrinting()
|
self.printing = browsertab.AbstractPrinting()
|
||||||
self.elements = browsertab.AbstractElements(self)
|
self.elements = browsertab.AbstractElements(tab=self)
|
||||||
self.action = browsertab.AbstractAction(self, self.win_id)
|
self.action = browsertab.AbstractAction(tab=self)
|
||||||
|
|
||||||
def _install_event_filter(self):
|
def _install_event_filter(self):
|
||||||
pass
|
pass
|
||||||
|
Loading…
Reference in New Issue
Block a user