Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/toolbar_utils.py
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-10-27 02:06:09 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-10-27 02:06:09 (GMT)
commit3656ec627663a021797396e384450c6b660127ee (patch)
tree18b4ad185ca64608a933f25f4ec0f5f6c76f9862 /toolbar_utils.py
parent49d269dc1ab163ff6b1af250649158bab420f6ed (diff)
using correct versions of utilities
Diffstat (limited to 'toolbar_utils.py')
-rw-r--r--toolbar_utils.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/toolbar_utils.py b/toolbar_utils.py
index 03f5461..72f7100 100644
--- a/toolbar_utils.py
+++ b/toolbar_utils.py
@@ -1,6 +1,7 @@
# -*- coding: utf-8 -*-
# Copyright (c) 2011, Walter Bender
-# Copyright (c) 2012, Ignacio Rodriguez
+# Port To GTK3:
+# Ignacio Rodriguez <ignaciorodriguez@sugarlabs.org>
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3 of the License, or
@@ -10,6 +11,7 @@
# along with this library; if not, write to the Free Software
# Foundation, 51 Franklin Street, Suite 500 Boston, MA 02110-1335 USA
+
from gi.repository import Gtk
from sugar3.graphics.radiotoolbutton import RadioToolButton