Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/port/roundbox.py
diff options
context:
space:
mode:
Diffstat (limited to 'port/roundbox.py')
-rw-r--r--port/roundbox.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/port/roundbox.py b/port/roundbox.py
index 02cc1a3..8f5a184 100644
--- a/port/roundbox.py
+++ b/port/roundbox.py
@@ -2,7 +2,7 @@ import math
from gi.repository import Gtk
-from sugar.graphics import style
+from sugar3.graphics import style
class RoundBox(Gtk.HBox):