fix python 2 test regression: set source file encoding to utf8

This commit is contained in:
Jason Kraus 2019-05-31 11:39:11 -07:00
parent 5bbbe4c03f
commit 65531595ef

View File

@ -1,3 +1,4 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import
from django.db import models