From f7815112377e774aac9c4e2d0ea7a6c9851e0d9b Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 11 Aug 2018 22:57:05 +0200 Subject: Tests: make dummy tabs still inherit tabs.Tab --- test/test_tabs.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/test_tabs.py b/test/test_tabs.py index 83f7e6dc..aab4f0d0 100644 --- a/test/test_tabs.py +++ b/test/test_tabs.py @@ -3,12 +3,12 @@ Tests for the Tabs list module """ from poezio.core.tabs import Tabs -from poezio.tabs import GapTab +from poezio.tabs import GapTab, Tab from poezio.events import EventHandler h = EventHandler() -class DummyTab: +class DummyTab(Tab): count = 0 def __init__(self): -- cgit v1.2.3