Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/sugar3/presence/presenceservice.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/sugar3/presence/presenceservice.py')
-rw-r--r--src/sugar3/presence/presenceservice.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/sugar3/presence/presenceservice.py b/src/sugar3/presence/presenceservice.py
index b6c581e..ab997c5 100644
--- a/src/sugar3/presence/presenceservice.py
+++ b/src/sugar3/presence/presenceservice.py
@@ -28,9 +28,9 @@ import dbus.exceptions
import dbus.glib
from dbus import PROPERTIES_IFACE
-from sugar.presence.buddy import Buddy, Owner
-from sugar.presence.activity import Activity
-from sugar.presence.connectionmanager import get_connection_manager
+from sugar3.presence.buddy import Buddy, Owner
+from sugar3.presence.activity import Activity
+from sugar3.presence.connectionmanager import get_connection_manager
from telepathy.interfaces import ACCOUNT, \
ACCOUNT_MANAGER, \
@@ -38,7 +38,7 @@ from telepathy.interfaces import ACCOUNT, \
from telepathy.constants import HANDLE_TYPE_CONTACT
-_logger = logging.getLogger('sugar.presence.presenceservice')
+_logger = logging.getLogger('sugar3.presence.presenceservice')
ACCOUNT_MANAGER_SERVICE = 'org.freedesktop.Telepathy.AccountManager'
ACCOUNT_MANAGER_PATH = '/org/freedesktop/Telepathy/AccountManager'