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

fix python3 compat

This commit is contained in:
Kevin McCarthy
2014-05-04 18:21:55 -10:00
parent 23b5d49736
commit 4ab46f9643

View File

@@ -21,7 +21,7 @@ import yaml
from .serializers import compat, yamlserializer
from . import request
from stubs.compat import get_httpmessage
from .stubs.compat import get_httpmessage
# Use the libYAML versions if possible
try: