Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar/presence
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar/presence')
-rw-r--r--src/sugar/presence/activity.py1
-rw-r--r--src/sugar/presence/buddy.py4
-rw-r--r--src/sugar/presence/presenceservice.py4
-rw-r--r--src/sugar/presence/util.py1
4 files changed, 2 insertions, 8 deletions
diff --git a/src/sugar/presence/activity.py b/src/sugar/presence/activity.py
index 0223499..2280d05 100644
--- a/src/sugar/presence/activity.py
+++ b/src/sugar/presence/activity.py
@@ -26,7 +26,6 @@ from functools import partial
import dbus
from dbus import PROPERTIES_IFACE
import gobject
-import telepathy
from telepathy.client import Channel
from telepathy.interfaces import CHANNEL, \
CHANNEL_INTERFACE_GROUP, \
diff --git a/src/sugar/presence/buddy.py b/src/sugar/presence/buddy.py
index 40cd755..20264b7 100644
--- a/src/sugar/presence/buddy.py
+++ b/src/sugar/presence/buddy.py
@@ -21,14 +21,12 @@ STABLE.
"""
import logging
-from functools import partial
import gobject
import gtk
import dbus
import gconf
-from telepathy.interfaces import ACCOUNT, \
- CONNECTION, \
+from telepathy.interfaces import CONNECTION, \
CONNECTION_INTERFACE_ALIASING, \
CONNECTION_INTERFACE_CONTACTS
from telepathy.constants import HANDLE_TYPE_CONTACT
diff --git a/src/sugar/presence/presenceservice.py b/src/sugar/presence/presenceservice.py
index ed37be6..9ef8e09 100644
--- a/src/sugar/presence/presenceservice.py
+++ b/src/sugar/presence/presenceservice.py
@@ -22,7 +22,6 @@ STABLE.
"""
import logging
-import traceback
import gobject
import dbus
@@ -37,8 +36,7 @@ from sugar.presence.util import get_connection_manager
from telepathy.interfaces import ACCOUNT, \
ACCOUNT_MANAGER, \
CONNECTION
-from telepathy.constants import HANDLE_TYPE_CONTACT, \
- HANDLE_TYPE_ROOM
+from telepathy.constants import HANDLE_TYPE_CONTACT
_logger = logging.getLogger('sugar.presence.presenceservice')
diff --git a/src/sugar/presence/util.py b/src/sugar/presence/util.py
index e1e3b0f..cc57137 100644
--- a/src/sugar/presence/util.py
+++ b/src/sugar/presence/util.py
@@ -15,7 +15,6 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
-import logging
from functools import partial
import dbus