~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/add.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:
19
19
from os.path import dirname
20
20
import sys
21
21
 
 
22
import bzrlib.bzrdir
22
23
import bzrlib.errors as errors
23
24
from bzrlib.inventory import InventoryEntry
24
25
from bzrlib.trace import mutter, note, warning