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

bump supported python3 version to 3.4

This commit is contained in:
Kevin McCarthy
2014-04-23 18:58:17 -10:00
parent 59f3216d44
commit bd2d2cea72
3 changed files with 13 additions and 12 deletions

View File

@@ -228,6 +228,7 @@ class VCRConnection:
reset()
self.real_connection = self._baseclass(*args, **kwargs)
install(self.cassette)
self.sock = self.real_connection.sock
class VCRHTTPConnection(VCRConnection):