~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/codehosting/tests/test_safe_open.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-01 20:32:35 UTC
  • mfrom: (13261.7.23 bzr-2.4b4)
  • Revision ID: launchpad@pqm.canonical.com-20110901203235-gjkcaa4llvi4q856
[r=gmb][bug=301472] Update bzr to version 2.4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    BzrDir,
16
16
    BzrDirMetaFormat1,
17
17
    )
18
 
from bzrlib.repofmt.pack_repo import RepositoryFormatKnitPack1
 
18
from bzrlib.repofmt.knitpack_repo import RepositoryFormatKnitPack1
19
19
from bzrlib.tests import TestCaseWithTransport
20
20
from bzrlib.transport import chroot
21
21
from lazr.uri import URI