зеркало из https://github.com/mozilla/bedrock.git
Fix Python coding declaration after adding MPL2 license
This commit is contained in:
Родитель
0cc8e6cd35
Коммит
66bc94b6b4
|
@ -1,8 +1,9 @@
|
|||
# coding: utf-8
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# coding: utf-8
|
||||
import re
|
||||
from operator import itemgetter
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# coding=utf-8
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# coding=utf-8
|
||||
|
||||
"""This library parses dotlang files migrated over from the old PHP
|
||||
system.
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# coding=utf-8
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# coding=utf-8
|
||||
|
||||
import os
|
||||
|
||||
from django.conf import settings
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# coding: utf-8
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# coding: utf-8
|
||||
|
||||
from l10n_utils.dotlang import _
|
||||
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# coding: utf-8
|
||||
|
||||
# This Source Code Form is subject to the terms of the Mozilla Public
|
||||
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
|
||||
# coding: utf-8
|
||||
|
||||
from l10n_utils.dotlang import _
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче