~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/http/_pycurl.py

Merge cleanup into texinfo

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
# from _curl_perform.  Not done because we may deprecate pycurl in the
32
32
# future -- vila 20070212
33
33
 
34
 
import os
35
34
from cStringIO import StringIO
36
35
import httplib
37
 
import sys
38
36
 
39
37
from bzrlib import (
40
38
    debug,
41
39
    errors,
42
 
    trace,
43
 
    __version__ as bzrlib_version,
44
40
    )
45
41
import bzrlib
46
42
from bzrlib.trace import mutter