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

fix a couple imports for py3

This commit is contained in:
Kevin McCarthy
2014-05-06 19:03:33 -10:00
parent e50f917cf4
commit 2c33ae2664
2 changed files with 4 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
from serializers import compat
from vcr.serializers import compat
from vcr.request import Request
"""