~debian-bazaar/bzr-fastimport/unstable

« back to all changes in this revision

Viewing changes to cache_manager.py

  • Committer: Jelmer Vernooij
  • Date: 2012-02-28 21:25:45 UTC
  • mfrom: (85.37.46)
  • Revision ID: jelmer@debian.org-20120228212545-fct37uclfoafusq1
New upstream snapshot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
from bzrlib.plugins.fastimport import (
26
26
    branch_mapper,
27
27
    )
 
28
from bzrlib.plugins.fastimport.reftracker import (
 
29
    RefTracker,
 
30
    )
28
31
from fastimport.helpers import (
29
32
    single_plural,
30
33
    )
31
 
from fastimport.reftracker import (
32
 
    RefTracker,
33
 
    )
34
34
 
35
35
 
36
36
class _Cleanup(object):