Fix encoding name
This commit fixes the encoding specification of osusers.tests.test_models.
This commit is contained in:
parent
0a0524f1f0
commit
e7006ac4a6
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# -*- coding: utf8 -*-
|
||||
# -*- coding: utf-8 -*-
|
||||
from __future__ import unicode_literals
|
||||
from datetime import date
|
||||
|
||||
|
|
Loading…
Reference in a new issue