Server IP : 192.158.238.246 / Your IP : 3.21.114.165 Web Server : LiteSpeed System : Linux uniform.iwebfusion.net 4.18.0-553.27.1.lve.1.el8.x86_64 #1 SMP Wed Nov 20 15:58:00 UTC 2024 x86_64 User : jenniferflocom ( 1321) PHP Version : 8.1.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/7779/root/opt/alt/python34/lib64/python3.4/distutils/__pycache__/ |
Upload File : |
� h f� � @ sM d Z d d l Z d d l m Z d d � Z d d � Z d d d � Z d S)z�distutils.dep_util Utility functions for simple, timestamp-based dependency of files and groups of files; also, function based entirely on such timestamp dependency analysis.� N)�DistutilsFileErrorc C s� t j j | � s1 t d t j j | � � � n t j j | � sG d Sd d l m } t j | � | } t j | � | } | | k S)a Return true if 'source' exists and is more recently modified than 'target', or if 'source' exists and 'target' doesn't. Return false if both exist and 'target' is the same age or younger than 'source'. Raise DistutilsFileError if 'source' does not exist. zfile '%s' does not exist� r )�ST_MTIME)�os�path�existsr �abspath�statr )�source�targetr Zmtime1Zmtime2� r �7/opt/alt/python34/lib64/python3.4/distutils/dep_util.py�newer s r c C s� t | � t | � k r'