--- 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
#