~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/patiencediff.py

  • Committer: Patch Queue Manager
  • Date: 2011-12-12 15:12:07 UTC
  • mfrom: (6225.2.10 314314-obsolete-packs)
  • Revision ID: pqm@pqm.ubuntu.com-20111212151207-xiz0tu02z1hxrq76
(jelmer) Deal with the obsolete_packs directory being removed from under us.
 (Jelmer Vernooij)

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
     four
74
74
    """
75
75
    if sequencematcher is None:
76
 
        import difflib
77
76
        sequencematcher = difflib.SequenceMatcher
78
77
 
79
78
    if fromfiledate: