Removed BOM

- Legacy-Id: 11919
This commit is contained in:
Henrik Levkowetz 2016-09-02 09:27:44 +00:00
parent be6065e6a5
commit a531b7cbc0
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
# -*- coding: utf-8 -*-
from __future__ import unicode_literals
from django.db import migrations