mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 01:03:24 +00:00
add backported counter module
This commit is contained in:
@@ -2,7 +2,10 @@
|
||||
|
||||
import os
|
||||
import tempfile
|
||||
from collections import Counter
|
||||
try:
|
||||
from collections import Counter
|
||||
except ImportError:
|
||||
from .counter import Counter
|
||||
|
||||
# Internal imports
|
||||
from .patch import install, reset
|
||||
|
||||
Reference in New Issue
Block a user