Commit 7f394cfc by Troy Sankey

remove uses of django.util.unittest

django.util.unittest was deprecated in django 1.7 and removed in 1.9.

PLAT-1551
parent c18d911c
......@@ -4,7 +4,7 @@ import json
from django.core.urlresolvers import reverse
from django.test.client import Client
from django.utils import unittest
import unittest
class CeleryConfigTest(unittest.TestCase):
......
......@@ -16,7 +16,6 @@ from django.conf.urls import patterns, url, include
from django.contrib.auth.models import User
from django.http import HttpResponse
from django.test import TestCase
from django.utils import unittest
from django.utils.http import urlencode
from nose.plugins.attrib import attr
from oauth2_provider import models as dot_models
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment