Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/viewtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'viewtoolbar.py')
-rw-r--r--viewtoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/viewtoolbar.py b/viewtoolbar.py
index 7f74035..0e77137 100644
--- a/viewtoolbar.py
+++ b/viewtoolbar.py
@@ -19,7 +19,7 @@ from gettext import gettext as _
from gi.repository import Gtk
-from sugar.graphics.toolbutton import ToolButton
+from sugar3.graphics.toolbutton import ToolButton
class ViewToolbar(Gtk.Toolbar):