Rename imports from sugar to sugar3

Signed-off-by: Simon Schampijer <simon@laptop.org>
Acked-by: Sascha Silbe <silbe@activitycentral.com>
This commit is contained in:
Simon Schampijer
2011-10-29 10:44:18 +02:00
parent 000ed75cbe
commit 8f1a821d68
46 changed files with 146 additions and 146 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
import gtk
from sugar.graphics.toolbutton import ToolButton
from sugar3.graphics.toolbutton import ToolButton
class Test(gtk.VBox):
+2 -2
View File
@@ -2,8 +2,8 @@ import hippo
import gtk
import gobject
from sugar.graphics.icon import CanvasIcon
from sugar.graphics.roundbox import CanvasRoundBox
from sugar3.graphics.icon import CanvasIcon
from sugar3.graphics.roundbox import CanvasRoundBox
import common
+3 -3
View File
@@ -16,13 +16,13 @@
# Boston, MA 02111-1307, USA.
"""
Test the sugar.graphics.icon.* cache.
Test the sugar3.graphics.icon.* cache.
"""
import gtk
from sugar.graphics.icon import Icon
from sugar.graphics.xocolor import XoColor
from sugar3.graphics.icon import Icon
from sugar3.graphics.xocolor import XoColor
import common
+3 -3
View File
@@ -16,13 +16,13 @@
# Boston, MA 02111-1307, USA.
"""
Test the sugar.graphics.icon.Icon widget.
Test the sugar3.graphics.icon.Icon widget.
"""
import gtk
from sugar.graphics.icon import Icon
from sugar.graphics.xocolor import XoColor
from sugar3.graphics.icon import Icon
from sugar3.graphics.xocolor import XoColor
import common
+2 -2
View File
@@ -23,8 +23,8 @@ controls. Ticket #2855.
import gtk
from sugar.graphics.palette import Palette
from sugar.graphics.icon import Icon
from sugar3.graphics.palette import Palette
from sugar3.graphics.icon import Icon
import common
+2 -2
View File
@@ -21,8 +21,8 @@ Spec in ticket #2999.
import gtk
from sugar.graphics.palette import Palette
from sugar.graphics.icon import Icon
from sugar3.graphics.palette import Palette
from sugar3.graphics.icon import Icon
import common
+1 -1
View File
@@ -21,7 +21,7 @@ Spec in ticket #3000.
import gtk
from sugar.graphics.toolbutton import ToolButton
from sugar3.graphics.toolbutton import ToolButton
import common
+2 -2
View File
@@ -21,8 +21,8 @@ Test palette positioning for toolbar and tray.
import gtk
from sugar.graphics.tray import HTray, TrayButton
from sugar.graphics.toolbutton import ToolButton
from sugar3.graphics.tray import HTray, TrayButton
from sugar3.graphics.toolbutton import ToolButton
import common
+3 -3
View File
@@ -16,13 +16,13 @@
# Boston, MA 02111-1307, USA.
"""
Test the sugar.graphics.icon.Icon widget.
Test the sugar3.graphics.icon.Icon widget.
"""
import gtk
from sugar.graphics.tray import HTray, VTray
from sugar.graphics.tray import TrayButton, TrayIcon
from sugar3.graphics.tray import HTray, VTray
from sugar3.graphics.tray import TrayButton, TrayIcon
import common