[gnome-builder] contributing plugin: add gi.require_version for Ide
- From: Sébastien Lafargue <slafargue src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] contributing plugin: add gi.require_version for Ide
- Date: Sun, 17 Jan 2016 10:16:49 +0000 (UTC)
commit 3f566c1b93f6a1bf7b8aec27ee4f9a42a3d77390
Author: Sebastien Lafargue <slafargue gnome org>
Date: Sun Jan 17 11:15:12 2016 +0100
contributing plugin: add gi.require_version for Ide
plugins/contributing/contributing_plugin/helper.py | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/plugins/contributing/contributing_plugin/helper.py
b/plugins/contributing/contributing_plugin/helper.py
index 1aaabbf..5592999 100644
--- a/plugins/contributing/contributing_plugin/helper.py
+++ b/plugins/contributing/contributing_plugin/helper.py
@@ -18,6 +18,9 @@
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
+import gi
+
+gi.require_version('Ide', '1.0')
from getopt import getopt, GetoptError
from gettext import gettext as _
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]