~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-12-01 20:29:02 UTC
  • mfrom: (2094.3.6 audit_imports)
  • Revision ID: pqm@pqm.ubuntu.com-20061201202902-33d3262fdef929e8
(John Arbash Meinel) Clean up several imports to ensure modules are imported before they are used.

Show diffs side-by-side

added added

removed removed

Lines of Context:
42
42
    generate_ids,
43
43
    osutils,
44
44
    symbol_versioning,
 
45
    workingtree,
45
46
    )
46
47
""")
47
48