diff options
author | Cosimo Alfarano <cosimo.alfarano@collabora.com> | 2011-11-02 11:39:21 +0000 |
---|---|---|
committer | Will Thompson <will.thompson@collabora.co.uk> | 2011-11-15 15:30:22 +0000 |
commit | 273654bfb07e5ff593b162dd455f739f697b71b8 (patch) | |
tree | aa1f162b8fc63eb81a72ef7b239e937d587fb129 | |
parent | 8fcf944c1afbcd98a5cbf582e33d88d877a6980f (diff) |
Remove useless symbol in test_local_pending
-rw-r--r-- | tests/twisted/roster/test-google-roster.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/twisted/roster/test-google-roster.py b/tests/twisted/roster/test-google-roster.py index 790501c88..38ee55780 100644 --- a/tests/twisted/roster/test-google-roster.py +++ b/tests/twisted/roster/test-google-roster.py @@ -273,7 +273,6 @@ def test_local_pending(q, bus, conn, stream, subscribe): Here, we test that Gabble is suppressing the flickers. """ - self_handle = conn.GetSelfHandle() contact = 'alice@foo.com' handle = conn.RequestHandles(cs.HT_CONTACT, [contact])[0] |