mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #23919 -- Removed django.test.mock Python 2 compatibility shim.
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
import datetime
|
||||
import pickle
|
||||
from unittest import mock
|
||||
|
||||
import pytz
|
||||
|
||||
from django.test import SimpleTestCase, mock, override_settings
|
||||
from django.test import SimpleTestCase, override_settings
|
||||
from django.utils import timezone
|
||||
|
||||
CET = pytz.timezone("Europe/Paris")
|
||||
|
||||
Reference in New Issue
Block a user