mirror of
https://github.com/Hopiu/django.git
synced 2026-05-11 09:03:10 +00:00
parent
909433fa50
commit
09b446dfe8
1 changed files with 3 additions and 1 deletions
|
|
@ -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 *
|
||||
Loading…
Reference in a new issue