diff --git a/test/lib/xmpp_mocks.py b/test/lib/xmpp_mocks.py index 015d3ee31..bf60ae6dc 100644 --- a/test/lib/xmpp_mocks.py +++ b/test/lib/xmpp_mocks.py @@ -7,7 +7,6 @@ import threading, time from mock import Mock from common.xmpp import idlequeue -from common.xmpp.plugin import PlugIn IDLEQUEUE_INTERVAL = 0.2 # polling interval. 200ms is used in Gajim as default IDLEMOCK_TIMEOUT = 30 # how long we wait for an event diff --git a/test/test_roster.py b/test/test_roster.py index 0172efa36..10d1ab488 100644 --- a/test/test_roster.py +++ b/test/test_roster.py @@ -9,7 +9,6 @@ from mock import Mock, expectParams from gajim_mocks import * from common import gajim -from common import zeroconf import roster_window gajim.get_jid_from_account = lambda acc: 'myjid@' + acc