# HG changeset patch # User Katia Saurfelt # Date 1328807490 -3600 # Node ID c04676b16c59f260de12e72da5cbaf6cb4f94406 # Parent f5f874d8a4f4ce3a55b9e4f5f0b02c71b2071c42 ([config] add file encoding information to python files (closes #1942655) diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/entities.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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/hooks.py.tmpl --- 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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/migration/postcreate.py.tmpl --- 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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/migration/precreate.py.tmpl --- 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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/schema.py.tmpl --- 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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/sobjects.py.tmpl --- 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 # diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/uiprops.py.tmpl --- 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, diff -r f5f874d8a4f4 -r c04676b16c59 skeleton/views.py.tmpl --- 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 #