s/django.core.urlresolvers/django.urls/g
Django 1.10 deprecation fix for Hackathon XIX Addresses PLAT-1397
This commit is contained in:
@@ -6,7 +6,7 @@ from uuid import uuid4
|
||||
|
||||
import lxml.html
|
||||
from django.conf import settings
|
||||
from django.core.urlresolvers import reverse
|
||||
from django.urls import reverse
|
||||
from django.test.client import RequestFactory
|
||||
from lxml.etree import ParserError, XMLSyntaxError
|
||||
from requests.auth import HTTPBasicAuth
|
||||
|
||||
Reference in New Issue
Block a user