[gnome-builder/wip/chergert/debugger: 41/86] gdb: fix G-I warning
- From: Christian Hergert <chergert src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-builder/wip/chergert/debugger: 41/86] gdb: fix G-I warning
 
- Date: Sun,  9 Apr 2017 02:42:19 +0000 (UTC)
 
commit 45c47f21a633600a42752eeedecf94c2fcb58803
Author: Christian Hergert <chergert redhat com>
Date:   Sat Mar 25 00:42:42 2017 -0700
    gdb: fix G-I warning
 plugins/gdb/gdb_plugin.py |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/gdb/gdb_plugin.py b/plugins/gdb/gdb_plugin.py
index dc8c8b3..f9fb9c8 100644
--- a/plugins/gdb/gdb_plugin.py
+++ b/plugins/gdb/gdb_plugin.py
@@ -19,8 +19,11 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 #
 
+import gi
 import os
 
+gi.require_version('Mi2', '1.0')
+
 from gi.repository import GLib
 from gi.repository import GObject
 from gi.repository import Gio
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]