[gnome-builder] templates: library template only supports C right now



commit 76b419d35629e4bc25cdd5a1434ff54f97650337
Author: Christian Hergert <chergert redhat com>
Date:   Sat Apr 2 20:23:03 2016 -0700

    templates: library template only supports C right now

 .../library-template/library_template/__init__.py  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/library-template/library_template/__init__.py 
b/plugins/library-template/library_template/__init__.py
index 127839a..937b8e3 100644
--- a/plugins/library-template/library_template/__init__.py
+++ b/plugins/library-template/library_template/__init__.py
@@ -55,7 +55,7 @@ class LibraryProjectTemplate(Ide.TemplateBase, Ide.ProjectTemplate):
         return _("Create a new autotools project with a shared library")
 
     def do_get_languages(self):
-        return ['C', 'Python']
+        return ['C']
 
     def do_get_icon_name(self):
         return 'template-shared-library'


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]