1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-10 09:35:34 +00:00

update cassette unit tests

This commit is contained in:
Kevin McCarthy
2013-08-07 21:30:25 -10:00
parent 3c614d0e9b
commit 4cdf5f7483
2 changed files with 4 additions and 9 deletions

View File

@@ -10,7 +10,6 @@ except ImportError:
# Internal imports
from .patch import install, reset
from .files import load_cassette, save_cassette
from .request import Request
class Cassette(object):
'''A container for recorded requests and responses'''