Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/test/lib
diff options
context:
space:
mode:
authorStephan Erb <steve-e@h3c.de>2009-10-24 22:49:34 +0400
committerStephan Erb <steve-e@h3c.de>2009-10-24 22:49:34 +0400
commitb97cd5bbf82e5433cfafb79ebf1e7ed534aac4e2 (patch)
tree867e548ba81a700baa319c0bc86dcd5ee9abcb8e /test/lib
parent39c3afb518e0cab13e24e9eea5783ba53af1b3bb (diff)
Remove unused imports.
Diffstat (limited to 'test/lib')
-rw-r--r--test/lib/xmpp_mocks.py1
1 files changed, 0 insertions, 1 deletions
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