mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
use new collections MutableMutex
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
# This module is part of urllib3 and is released under
|
||||
# the MIT License: http://www.opensource.org/licenses/mit-license.php
|
||||
|
||||
from collections import deque, MutableMapping
|
||||
|
||||
from collections import deque
|
||||
from threading import RLock
|
||||
|
||||
from .__collections import MutableMapping
|
||||
|
||||
__all__ = ['RecentlyUsedContainer']
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user