Skip to content

Commit

Permalink
Remove django.utils.importlib as it is deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
lsgunth committed Apr 2, 2015
1 parent f6d1563 commit 6925606
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djappsettings/settings.py
Expand Up @@ -5,10 +5,10 @@
import logging
import sys
import traceback
import importlib

from django.conf import settings as project_settings
from django.conf import global_settings
from django.utils import importlib


logger = logging.getLogger(__name__)
Expand Down

0 comments on commit 6925606

Please sign in to comment.