telepathy-gabble: tubes/accept-muc-stream-tube: remove unused imports
Will Thompson
wjt at kemper.freedesktop.org
Mon Nov 5 05:52:36 PST 2012
Module: telepathy-gabble
Branch: master
Commit: 683414706b5f83f193143e4765cd1437698d8fd3
URL: http://cgit.freedesktop.org/telepathy/telepathy-gabble/commit/?id=683414706b5f83f193143e4765cd1437698d8fd3
Author: Will Thompson <will.thompson at collabora.co.uk>
Date: Mon Nov 5 13:51:44 2012 +0000
tubes/accept-muc-stream-tube: remove unused imports
---
tests/twisted/tubes/accept-muc-stream-tube.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/tests/twisted/tubes/accept-muc-stream-tube.py b/tests/twisted/tubes/accept-muc-stream-tube.py
index 92ec373..7fc4aa0 100644
--- a/tests/twisted/tubes/accept-muc-stream-tube.py
+++ b/tests/twisted/tubes/accept-muc-stream-tube.py
@@ -4,15 +4,14 @@ import sys
import dbus
-from servicetest import call_async, EventPattern, EventProtocolClientFactory, unwrap, assertEquals, assertSameSets
-from gabbletest import make_result_iq, acknowledge_iq, make_muc_presence, send_error_reply, disconnect_conn
+from servicetest import call_async, EventPattern, assertEquals, assertSameSets
+from gabbletest import acknowledge_iq, make_muc_presence, send_error_reply, disconnect_conn
import constants as cs
import ns
import tubetestutil as t
from bytestream import create_from_si_offer, announce_socks5_proxy, BytestreamS5BRelay, BytestreamS5BRelayBugged
from twisted.words.xish import xpath
-from twisted.internet import reactor
sample_parameters = dbus.Dictionary({
's': 'hello',
More information about the telepathy-commits
mailing list