diff options
author | Sebastian Koslowski <koslowski@kit.edu> | 2016-07-13 17:22:22 +0200 |
---|---|---|
committer | Sebastian Koslowski <koslowski@kit.edu> | 2016-07-13 17:22:22 +0200 |
commit | 5b9404f8836db0ccfc0d732d93b1b7beeca96ded (patch) | |
tree | 3e21ce59b1713a55095595673b98b09ef1d62a8e /grc/gui/Constants.py | |
parent | b75465dad599575bce879df01fb4c515eeeddec5 (diff) |
grc: gtk3: update main and checks
Diffstat (limited to 'grc/gui/Constants.py')
-rw-r--r-- | grc/gui/Constants.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/grc/gui/Constants.py b/grc/gui/Constants.py index 035a7f8ca9..5c55c4180e 100644 --- a/grc/gui/Constants.py +++ b/grc/gui/Constants.py @@ -18,8 +18,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA """ from __future__ import absolute_import -import gi -gi.require_version('Gtk', '3.0') + from gi.repository import Gtk from ..core.Constants import * |