([config] add file encoding information to python files (closes #1942655) stable
authorKatia Saurfelt <katia.saurfelt@logilab.fr>
Thu, 09 Feb 2012 18:11:30 +0100
branchstable
changeset 8207 c04676b16c59
parent 8206 f5f874d8a4f4
child 8208 234096278b35
([config] add file encoding information to python files (closes #1942655)
skeleton/entities.py.tmpl
skeleton/hooks.py.tmpl
skeleton/migration/postcreate.py.tmpl
skeleton/migration/precreate.py.tmpl
skeleton/schema.py.tmpl
skeleton/sobjects.py.tmpl
skeleton/uiprops.py.tmpl
skeleton/views.py.tmpl
--- a/skeleton/entities.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/entities.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/hooks.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/hooks.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/migration/postcreate.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/migration/postcreate.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/migration/precreate.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/migration/precreate.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/schema.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/schema.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/sobjects.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/sobjects.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #
--- a/skeleton/uiprops.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/uiprops.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 ###############################################################################
 #
 # Put here information about external resources / styles used by your cube,
--- a/skeleton/views.py.tmpl	Fri Feb 10 10:07:31 2012 +0100
+++ b/skeleton/views.py.tmpl	Thu Feb 09 18:11:30 2012 +0100
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
 # copyright %(year)s %(author)s, all rights reserved.
 # contact %(author-web-site)s -- mailto:%(author-email)s
 #