/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to loggerhead/controllers/directory_ui.py

  • Committer: Jelmer Vernooij
  • Date: 2017-10-14 14:33:57 UTC
  • mto: (491.6.1 breezy)
  • mto: This revision was merged to the branch mainline in revision 494.
  • Revision ID: jelmer@jelmer.uk-20171014143357-nra2qyl7ecl17ucs
s/bzrlib/breezy/

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
import logging
21
21
import stat
22
22
 
23
 
from bzrlib import branch, errors
 
23
from breezy import branch, errors
24
24
 
25
25
from loggerhead import util
26
26
from loggerhead.controllers import TemplatedBranchView