convert py2 -> py3

This commit is contained in:
Ryan Petrello
2019-01-15 14:09:01 -05:00
parent f132ce9b64
commit f223df303f
202 changed files with 1137 additions and 2046 deletions
@@ -2,8 +2,8 @@
from __future__ import unicode_literals
from django.db import migrations
import _squashed
from _squashed_31 import SQUASHED_31
from . import _squashed
from ._squashed_31 import SQUASHED_31
class Migration(migrations.Migration):