Skip to content

Commit

Permalink
Merge pull request #5 from gbonvehi/fix-importlib-warning
Browse files Browse the repository at this point in the history
Fixed importlib deprecated warning
  • Loading branch information
RacingTadpole committed May 28, 2015
2 parents 4ccd247 + f91ae14 commit 7510f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private_media/views.py
Expand Up @@ -9,7 +9,7 @@
import logging
logger = logging.getLogger(__name__)

from django.utils.importlib import import_module
from importlib import import_module

def get_class(import_path=None):
"""
Expand Down

0 comments on commit 7510f2f

Please sign in to comment.