Move all the canvas code that doesn't depend on goocanvas anymore in graphics.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
from sugar.presence import PresenceService
|
||||
from sugar.canvas.IconColor import IconColor
|
||||
from sugar.graphics.iconcolor import IconColor
|
||||
import gobject
|
||||
|
||||
_NOT_PRESENT_COLOR = "#888888,#BBBBBB"
|
||||
|
||||
@@ -2,7 +2,7 @@ import gobject
|
||||
|
||||
import conf
|
||||
from sugar.presence import PresenceService
|
||||
from sugar.canvas.IconColor import IconColor
|
||||
from sugar.graphics.iconcolor import IconColor
|
||||
|
||||
class Invite:
|
||||
def __init__(self, issuer, bundle_id, activity_id):
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import gobject
|
||||
|
||||
import conf
|
||||
from sugar.canvas.IconItem import IconColor
|
||||
from sugar.graphics.iconcolor import IconColor
|
||||
from sugar.presence import PresenceService
|
||||
from model.BuddyModel import BuddyModel
|
||||
|
||||
|
||||
Reference in New Issue
Block a user