~bzr/ubuntu/lucid/bzr/bzr-ppa

« back to all changes in this revision

Viewing changes to bzrlib/patiencediff.py

2.4 promoted to not-beta PPA

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: