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:
@@ -17,7 +17,7 @@
|
||||
|
||||
import gtk
|
||||
|
||||
from sugar.graphics.toolbutton import ToolButton
|
||||
from sugar3.graphics.toolbutton import ToolButton
|
||||
|
||||
|
||||
class Test(gtk.VBox):
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ Spec in ticket #3000.
|
||||
|
||||
import gtk
|
||||
|
||||
from sugar.graphics.toolbutton import ToolButton
|
||||
from sugar3.graphics.toolbutton import ToolButton
|
||||
|
||||
import common
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user