/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/HTTPTestUtil.py

Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
import urllib2
26
26
import urlparse
27
27
 
 
28
from bzrlib.smart import protocol
28
29
from bzrlib.tests import TestCaseWithTransport
29
30
from bzrlib.tests.HttpServer import (
30
31
    HttpServer,
33
34
from bzrlib.transport import (
34
35
    get_transport,
35
36
    )
36
 
from bzrlib.smart import protocol
37
37
 
38
38
 
39
39
class WallRequestHandler(TestingHTTPRequestHandler):