git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2616 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2005-05-19 18:29:38 +00:00
parent 8a614445c6
commit 3407ab362d

View file

@ -117,7 +117,7 @@ class HttpServerTest (linkcheck.ftests.StandardTest):
"""
Send QUIT request to http server.
"""
conn = httplib.HTTPConnection("localhost:%d"%self.port)
conn = httplib.HTTPConnection("localhost:%d" % self.port)
conn.request("QUIT", "/")
conn.getresponse()