mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
remove compat.py in favor of backport_collections.
This commit is contained in:
@@ -3,7 +3,7 @@ from six.moves.urllib.parse import urlparse, urlencode, urlunparse
|
||||
try:
|
||||
from collections import OrderedDict
|
||||
except ImportError:
|
||||
from .compat.ordereddict import OrderedDict
|
||||
from backport_collections import OrderedDict
|
||||
import copy
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user