From 5fa21a13a94f9e43d9b23990c373303cb08b5ca1 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Wed, 30 Sep 2009 21:41:24 -0500 Subject: [PATCH] Removing presence support till its needed --- src/connection.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/connection.py b/src/connection.py index 32b47c2..6ff64d8 100644 --- a/src/connection.py +++ b/src/connection.py @@ -7,13 +7,12 @@ import constants import gvoice import handle import channel_manager -import simple_presence _moduleLogger = logging.getLogger("connection") -class TheOneRingConnection(telepathy.server.Connection, simple_presence.SimplePresenceMixin): +class TheOneRingConnection(telepathy.server.Connection): MANDATORY_PARAMETERS = { 'account' : 's', -- 1.7.9.5