mirror of
https://github.com/kennethreitz-archive/django-mediasync.git
synced 2026-06-05 23:40:18 +00:00
missing import
This commit is contained in:
@@ -2,6 +2,7 @@ from django.core.exceptions import ImproperlyConfigured
|
||||
from django.utils.importlib import import_module
|
||||
from mediasync.conf import msettings
|
||||
from urlparse import urlparse
|
||||
import exceptions
|
||||
|
||||
def client():
|
||||
backend_name = msettings['BACKEND']
|
||||
|
||||
Reference in New Issue
Block a user