Skip to content

Commit

Permalink
Fixed a deprecation warning introduced by 96dd48c.
Browse files Browse the repository at this point in the history
  • Loading branch information
charettes committed Nov 29, 2013
1 parent 936dbaf commit 42ac138
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions django/db/migrations/autodetector.py
@@ -1,11 +1,13 @@
import re
import importlib
import os
import re
import sys
from django.utils import datetime_safe, importlib
from django.utils.six.moves import input

from django.db.migrations import operations
from django.db.migrations.migration import Migration
from django.db.models.loading import cache
from django.utils import datetime_safe
from django.utils.six.moves import input


class MigrationAutodetector(object):
Expand Down

0 comments on commit 42ac138

Please sign in to comment.