Commit 24a2c3f5 by Tom Christie

Resolve unittest compat

parent 25c4c7f9
......@@ -72,7 +72,7 @@ try:
import unittest
unittest.skipUnless
except (ImportError, AttributeError):
from django.test.utils import unittest
from django.utils import unittest
# contrib.postgres only supported from 1.8 onwards.
......
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