This doesn't need to be a package any more.

Refs #20680.
This commit is contained in:
Aymeric Augustin 2013-07-01 22:28:45 +02:00
parent 909433fa50
commit 09b446dfe8
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
from __future__ import absolute_import
import warnings
warnings.warn("django.utils.unittest will be removed in Django 1.9.",
PendingDeprecationWarning)
PendingDeprecationWarning, stacklevel=2)
try:
from unittest2 import *