| Server IP : 3.138.164.131 / Your IP : 216.73.216.136 Web Server : Apache System : Linux ns1.techtime.me 4.18.0-147.8.1.el8.lve.1.x86_64 #1 SMP Mon Jun 29 09:55:57 EDT 2020 x86_64 User : injazaat ( 1471) PHP Version : 8.1.20 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/opt/alt/python37/lib64/python3.7/__pycache__/ |
Upload File : |
B
q}�co � @ s� d dl Z d dlZd dlZd dlZd dlZd dlZd dlZdddgZdZej �
d�rXdZne�� ZG dd� de
�Ze jd d
� �Zdd� Zdd
d�Zddd�Zdd� Zddd�Zedkr�e� dS )� N�ZipAppError�create_archive�get_interpreterz8# -*- coding: utf-8 -*-
import {module}
{module}.{fn}()
�winzutf-8c @ s e Zd ZdS )r N)�__name__�
__module__�__qualname__� r r �+/opt/alt/python37/lib64/python3.7/zipapp.pyr ! s c c s8 t | ttjf�r.t| |��}|V W d Q R X n| V d S )N)�
isinstance�str�os�PathLike�open)�archive�mode�fr r r
�_maybe_open% s r c C s$ |r d|� t� d }| �|� dS )zWrite a shebang line.s #!�
N)�encode�shebang_encoding�write)r �interpreterZshebangr r r
�_write_file_prefix. s r c
C s� t | d��Z}|�d�}|dkr*d}|�� t |d��&}t||� |�|� t�||� W dQ R X W dQ R X |r�t|t�r�t �
|t �|�jtj
B � dS )z8Copy an application archive, modifying the shebang line.�rb� s #!� �wbN)r �read�readliner r �shutilZcopyfileobjr r r
�chmod�stat�st_mode�S_IEXEC)r Znew_archiver �srcZfirst_2�dstr r r
�
_copy_archive5 s
r'