[anjuta] project-wizard: bgo 732446 - Python template not loading



commit 29a21c64be1b275145fc1815725e787cd15c19d5
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Mon Jun 30 20:02:24 2014 +0200

    project-wizard: bgo 732446 - Python template not loading

 plugins/project-wizard/templates/pygtk/src/main.py |    2 +-
 .../project-wizard/templates/python/src/main.py    |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/project-wizard/templates/pygtk/src/main.py 
b/plugins/project-wizard/templates/pygtk/src/main.py
index db9fcd8..6f9dc3a 100644
--- a/plugins/project-wizard/templates/pygtk/src/main.py
+++ b/plugins/project-wizard/templates/pygtk/src/main.py
@@ -1,8 +1,8 @@
 [+ autogen5 template +]
 #!/usr/bin/env python
-# [+INVOKE EMACS-MODELINE MODE="Python; coding: utf-8" +]
 [+INCLUDE (string-append "licenses/" (get "License") ".tpl") \+]
 [+INCLUDE (string-append "indent.tpl") \+]
+# [+INVOKE EMACS-MODELINE MODE="Python; coding: utf-8" +]
 [+INVOKE START-INDENT\+]
 #
 # main.py
diff --git a/plugins/project-wizard/templates/python/src/main.py 
b/plugins/project-wizard/templates/python/src/main.py
index c236cf0..f0fb4e7 100644
--- a/plugins/project-wizard/templates/python/src/main.py
+++ b/plugins/project-wizard/templates/python/src/main.py
@@ -1,8 +1,8 @@
 [+ autogen5 template +]
 #!/usr/bin/env python
-# [+INVOKE EMACS-MODELINE MODE="Python; coding: utf-8" +]
 [+INCLUDE (string-append "licenses/" (get "License") ".tpl") \+]
 [+INCLUDE (string-append "indent.tpl") \+]
+# [+INVOKE EMACS-MODELINE MODE="Python; coding: utf-8" +]
 [+INVOKE START-INDENT\+]
 #
 # main.py


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