Fix encoding name

This commit fixes the encoding specification of
osusers.tests.test_models.
This commit is contained in:
Jan Dittberner 2016-01-29 10:04:59 +00:00
parent 0a0524f1f0
commit e7006ac4a6

View file

@ -1,4 +1,4 @@
# -*- coding: utf8 -*- # -*- coding: utf-8 -*-
from __future__ import unicode_literals from __future__ import unicode_literals
from datetime import date from datetime import date