Switch sugar/presence module over to a thin API wrapper around the PresenceService dbus API

This commit is contained in:
Dan Williams
2006-07-19 15:27:37 -04:00
parent d2fdd64003
commit 766b82d467
6 changed files with 327 additions and 1156 deletions
-3
View File
@@ -3,9 +3,6 @@ import random
import base64
from sugar import env
from sugar.presence import Service
from sugar.presence import Buddy
from sugar.presence import PresenceService
from sugar.p2p import Stream
class ShellOwner(object):