Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
Diffstat (limited to 'activity.py')
-rw-r--r--activity.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/activity.py b/activity.py
index 5b8d336..3c498c7 100644
--- a/activity.py
+++ b/activity.py
@@ -1,5 +1,5 @@
# coding: UTF-8
-# Copyright 2009 Thomas Jourdan
+# Copyright 2009, 2010 Thomas Jourdan
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -20,7 +20,6 @@ from gettext import gettext as _
import gtk
gtk.gdk.threads_init()
import sys
-import os
import traceback
import telepathy
@@ -110,7 +109,7 @@ class KandidActivity(activity.Activity):
# Buddy object for you
found_buddies = set([])
try:
- self.owner = self.pservice.get_owner()
+#!! self.owner = self.pservice.get_owner()
self.connect('shared', self._on_shared)
self.connect('joined', self._on_joined)