Remove unused imports.

This commit is contained in:
Stephan Erb 2009-10-24 20:49:34 +02:00
parent 39c3afb518
commit b97cd5bbf8
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -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