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

make config options actually do stuff

This commit is contained in:
Kevin McCarthy
2013-08-19 19:12:32 -10:00
parent 9073cf137e
commit 1478ce82fd
4 changed files with 35 additions and 20 deletions

View File

@@ -21,7 +21,7 @@ class Cassette(object):
new_cassette._load()
return new_cassette
def __init__(self, path, serializer="yaml"):
def __init__(self, path, serializer):
self._path = path
self._serializer = serializer
self.data = OrderedDict()