~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/knit.py

  • Committer: John Arbash Meinel
  • Date: 2006-11-10 21:06:11 UTC
  • mto: This revision was merged to the branch mainline in revision 2159.
  • Revision ID: john@arbash-meinel.com-20061110210611-ee346404477ecb86
Fix imports to ensure modules are loaded before they are used

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
     sha_strings
89
89
from bzrlib.symbol_versioning import DEPRECATED_PARAMETER, deprecated_passed
90
90
from bzrlib.tsort import topo_sort
 
91
import bzrlib.ui
91
92
import bzrlib.weave
92
93
from bzrlib.versionedfile import VersionedFile, InterVersionedFile
93
94