1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00
This commit is contained in:
Ivan Malison
2015-08-23 18:10:01 -07:00
parent 58f4b98f7f
commit efe6744eda
4 changed files with 20 additions and 12 deletions

View File

@@ -2,6 +2,8 @@ import json
from six.moves import urllib, xmlrpc_client
from .util import CaseInsensitiveDict, read_body
import logging
log = logging.getLogger(__name__)