1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 01:03:24 +00:00

collections.Counter is new in Python 2.7

This commit is contained in:
Hugo
2017-12-07 13:20:20 +02:00
parent bfb38af8e1
commit 42762ec806
4 changed files with 5 additions and 10 deletions

View File

@@ -1,10 +1,11 @@
import collections
import sys
import inspect
import logging
import wrapt
from .compat import contextlib, collections
from .compat import contextlib
from .errors import UnhandledHTTPRequestError
from .matchers import requests_match, uri, method
from .patch import CassettePatcherBuilder