diff options
| author | Claude Paroz <claude@2xlibre.net> | 2012-06-12 14:25:51 +0200 |
|---|---|---|
| committer | Claude Paroz <claude@2xlibre.net> | 2012-06-12 14:25:51 +0200 |
| commit | a7ef802fa4b48d0c159940d405d83522adb9d4b3 (patch) | |
| tree | c334280056ec97456c40590f8053ee3560968f77 | |
| parent | 35f9c2c07a8ed29b278db21a61f5b87581024258 (diff) | |
Added missing encoding prefix in localflavor test
| -rw-r--r-- | tests/regressiontests/localflavor/mk/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/regressiontests/localflavor/mk/tests.py b/tests/regressiontests/localflavor/mk/tests.py index dbf4c2b2d9..4e075c5881 100644 --- a/tests/regressiontests/localflavor/mk/tests.py +++ b/tests/regressiontests/localflavor/mk/tests.py @@ -1,3 +1,4 @@ +# -*- encoding: utf-8 -*- from __future__ import absolute_import, unicode_literals from django.contrib.localflavor.mk.forms import ( |
