1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-09 09:13:23 +00:00
This commit is contained in:
Kevin McCarthy
2013-08-05 20:47:57 -10:00
parent 5f512ca6b2
commit 30350ac3d7

View File

@@ -56,7 +56,7 @@ def install(cassette):
def reset():
'''Unto all the patching'''
'''Undo all the patching'''
httplib.HTTPConnection = httplib.HTTP._connection_class = _HTTPConnection
httplib.HTTPSConnection = httplib.HTTPS._connection_class = \
_HTTPSConnection