From 9a1fe832f52b68c4e61546171195cb53e4ff2585 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Sun, 5 May 2013 10:29:44 -0500 Subject: Proxy: Use ASCII quotes to make python 2 happy Signed-off-by: Sol Jerome --- src/lib/Bcfg2/Proxy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/Bcfg2/Proxy.py') diff --git a/src/lib/Bcfg2/Proxy.py b/src/lib/Bcfg2/Proxy.py index ca219af7e..9246c0f87 100644 --- a/src/lib/Bcfg2/Proxy.py +++ b/src/lib/Bcfg2/Proxy.py @@ -178,7 +178,7 @@ class SSLHTTPConnection(httplib.HTTPConnection): httplib.HTTPConnection.__init__(self, host, port, strict, timeout) else: # the strict parameter is deprecated. - # HTTP 0.9-style “Simple Responses” are not supported anymore. + # HTTP 0.9-style "Simple Responses" are not supported anymore. httplib.HTTPConnection.__init__(self, host, port, timeout=timeout) self.key = key self.cert = cert -- cgit v1.2.3-1-g7c22