Skip to content

Commit

Permalink
django.utils.unittest is removed, use unittest instead
Browse files Browse the repository at this point in the history
  • Loading branch information
Linsey Raymaekers committed Jun 15, 2016
1 parent 7540637 commit c738768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_statsd/tests.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import json
import logging
import sys
import unittest

from django.conf import settings
from nose.exc import SkipTest
Expand All @@ -18,7 +19,6 @@
from django.test import TestCase
from django.test.client import RequestFactory
from django.utils import dictconfig
from django.utils import unittest

import mock
from nose.tools import eq_
Expand Down

0 comments on commit c738768

Please sign in to comment.