~styluseater/swift/lp610583

« back to all changes in this revision

Viewing changes to swift/common/bufferedhttp.py

  • Committer: Tarmac
  • Author(s): Monty Taylor
  • Date: 2010-07-26 15:27:29 UTC
  • mfrom: (40.1.1 fix-pep8)
  • Revision ID: hudson@openstack.org-20100726152729-4dz6gc11ky2qvffi
Fixed PEP8 warnings

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
    conn.endheaders()
134
134
    return conn
135
135
 
 
136
 
136
137
def http_connect_raw(ipaddr, port, method, path, headers=None,
137
138
                     query_string=None):
138
139
    """