Done !
| Server IP : 162.240.50.153 / Your IP : 216.73.216.146 Web Server : Apache System : Linux vps-880082.mktpower.cl 3.10.0-1160.119.1.el7.tuxcare.els25.x86_64 #1 SMP Wed Oct 1 17:37:27 UTC 2025 x86_64 User : wwmktp ( 1003) PHP Version : 8.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib64/python2.7/Tools/scripts/ |
Upload File : |
�
�sjc @ 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&