/usr/lib64/python2.6/Tools/scripts
Edit: /usr/lib64/python2.6/Tools/scripts/diff.pyo (2358B)
Ñò
« gc @ sg d Z d d k Z d d k Z d d k Z d d k Z d d k Z d „ Z e d j o e ƒ n d S( sS Command line interface to difflib.py providing diffs in four formats:
* ndiff: lists every line and highlights interline changes.
* context: highlights clusters of changes in a before/after format.
* unified: highlights clusters of changes in an inline format.
* html: generates side by side comparison with change highlights.
iÿÿÿÿNc C sQ d } t i | ƒ } | i d d d d t d d ƒ| i d d d d t d d ƒ| i d
d d d t d d ƒ| i d d d d t d d
ƒ| i d d d d d d d d ƒ| i ƒ \ } } t | ƒ d j o | i ƒ t i d ƒ n t | ƒ d j o | i d ƒ n | i
} | \ } } t i t
i | ƒ i ƒ } t i t
i | ƒ i ƒ } t | d ƒ i ƒ } t | d ƒ i ƒ }
| i o( t i | |
| | | | d | ƒ} n€ | i o t i | |
ƒ } n` | i o1 t i ƒ i | |
| | d | i d | ƒ} n% t i | |
| | | | d | ƒ} t i i | ƒ d S( Ns&