Address several nitpicks from Marco

This commit is contained in:
Tomeu Vizoso
2010-08-17 12:00:45 +02:00
parent 56679a3de6
commit 1af1bc9713
5 changed files with 34 additions and 26 deletions
+2 -2
View File
@@ -3,8 +3,8 @@ sugar_PYTHON = \
__init__.py \
activity.py \
buddy.py \
connectionmanager.py \
sugartubeconn.py \
tubeconn.py \
presenceservice.py \
util.py
presenceservice.py
+1 -1
View File
@@ -31,7 +31,7 @@ from telepathy.interfaces import CONNECTION, \
CONNECTION_INTERFACE_CONTACTS
from telepathy.constants import HANDLE_TYPE_CONTACT
from sugar.presence.util import get_connection_manager
from sugar.presence.connectionmanager import get_connection_manager
ACCOUNT_MANAGER_SERVICE = 'org.freedesktop.Telepathy.AccountManager'
CONN_INTERFACE_BUDDY_INFO = 'org.laptop.Telepathy.BuddyInfo'
+1 -1
View File
@@ -31,7 +31,7 @@ from dbus import PROPERTIES_IFACE
from sugar.presence.buddy import Buddy, Owner
from sugar.presence.activity import Activity
from sugar.presence.util import get_connection_manager
from sugar.presence.connectionmanager import get_connection_manager
from telepathy.interfaces import ACCOUNT, \
ACCOUNT_MANAGER, \