fix test_xmlrpc failures #4939

This commit is contained in:
Benjamin Peterson 2009-01-13 23:43:50 +00:00
parent b54447f31c
commit 717c083e8d
1 changed files with 1 additions and 1 deletions

View File

@ -1245,7 +1245,7 @@ class Transport:
self.verbose = verbose self.verbose = verbose
return self._parse_response(h.getfile()) return self.parse_response(h.getfile())
## ##
# Create parser. # Create parser.