Skip to content
Snippets Groups Projects
Commit b97cd5bb authored by steve-e's avatar steve-e
Browse files

Remove unused imports.

parent 39c3afb5
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment