Removed unused imports from name slug migration.

- Legacy-Id: 8457
This commit is contained in:
Henrik Levkowetz 2014-10-23 18:56:36 +00:00
parent 1307151c6c
commit 6e6dd79e0f

View file

@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
from south.utils import datetime_utils as datetime
from south.db import db
from south.v2 import SchemaMigration
from django.db import models
class Migration(SchemaMigration):