Encoding has to be specified before any other line of code
This commit is contained in:
parent
9692b709aa
commit
c35b7a66b0
3 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
# coding=utf-8
|
||||
from __future__ import absolute_import
|
||||
__author__ = "Gina Häußge <osd@foosel.net> based on work by David Braam"
|
||||
__license__ = "GNU Affero General Public License http://www.gnu.org/licenses/agpl.html"
|
||||
__copyright__ = "Copyright (C) 2013 David Braam - Released under terms of the AGPLv3 License"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
# coding=utf-8
|
||||
from __future__ import absolute_import
|
||||
__author__ = "Gina Häußge <osd@foosel.net> based on work by David Braam"
|
||||
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
|
||||
__copyright__ = "Copyright (C) 2013 David Braam, Gina Häußge - Released under terms of the AGPLv3 License"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
from __future__ import absolute_import
|
||||
# coding=utf-8
|
||||
from __future__ import absolute_import
|
||||
__author__ = "Gina Häußge <osd@foosel.net>"
|
||||
__license__ = 'GNU Affero General Public License http://www.gnu.org/licenses/agpl.html'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue