//usr/lib64/lib64//lib64//python2.7/ó
àœSec @ se d Z d d l Z d d l Z d d l Z d d l Z d d l Z d „ Z e d k ra 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 sG d } t j | ƒ } | j d d d d t d d ƒ| j d d d d t d d ƒ| j d
d d d t d d ƒ| j d d d d t d d
ƒ| j d d d d d d d d ƒ| j ƒ \ } } t | ƒ d k rñ | j ƒ t j d ƒ n t | ƒ d k r| j d ƒ n | j
} | \ } } t j t
j | ƒ j ƒ } t j t
j | ƒ j ƒ } t | d ƒ j ƒ } t | d ƒ j ƒ }
| j r¸t j | |
| | | | d | ƒ} n{ | j rÖt j | |
ƒ } n] | j rt j ƒ j | |
| | d | j d | ƒ} n$ t j | |
| | | | d | ƒ} t j j | ƒ d S( Ns&