~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_http.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2011-02-11 17:12:35 UTC
  • mfrom: (5652.1.7 thread-with-exception)
  • Revision ID: pqm@pqm.ubuntu.com-20110211171235-ky1uu0l0gz6501g7
(vila) Use cethread to avoid ambiguity with python module. (Vincent Ladeuil)

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
import bzrlib
33
33
from bzrlib import (
34
34
    bzrdir,
 
35
    cethread,
35
36
    config,
36
37
    errors,
37
38
    osutils,
38
39
    remote as _mod_remote,
39
40
    tests,
40
 
    thread,
41
41
    transport,
42
42
    ui,
43
43
    )