Move Color inside style
This commit is contained in:
+1
-1
@@ -22,7 +22,7 @@ from sugar.graphics.toolbar import Toolbar
|
||||
from sugar.graphics.frame import Frame
|
||||
from sugar.graphics.button import Button
|
||||
from sugar.graphics.entry import Entry
|
||||
from sugar.graphics.color import Color
|
||||
from sugar.graphics.style import Color
|
||||
|
||||
def _entry_activated_cb(entry):
|
||||
print "_entry_activated_cb"
|
||||
|
||||
+1
-1
@@ -21,7 +21,7 @@ import hippo
|
||||
from sugar.graphics.toolbar import Toolbar
|
||||
from sugar.graphics.label import Label
|
||||
from sugar.graphics.button import Button
|
||||
from sugar.graphics.color import Color
|
||||
from sugar.graphics.style import Color
|
||||
|
||||
BUTTON_DELETE = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user