~ K    A     L    I ~
UNAME : Linux web65.extendcp.co.uk 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
SERVER IP : 10.0.187.65 -________- CLIENT IP : 216.73.216.230
PATH :/lib/python3.9/site-packages/setuptools/command/
UP FILE :
MINI SHELL D ZAB '
Current File : //lib/python3.9/site-packages/setuptools/command/bdist_wininst.py
import distutils.command.bdist_wininst as orig
import warnings

from setuptools import SetuptoolsDeprecationWarning


class bdist_wininst(orig.bdist_wininst):
    def reinitialize_command(self, command, reinit_subcommands=0):
        """
        Supplement reinitialize_command to work around
        http://bugs.python.org/issue20819
        """
        cmd = self.distribution.reinitialize_command(
            command, reinit_subcommands)
        if command in ('install', 'install_lib'):
            cmd.install_lib = None
        return cmd

    def run(self):
        warnings.warn(
            "bdist_wininst is deprecated and will be removed in a future "
            "version. Use bdist_wheel (wheel packages) instead.",
            SetuptoolsDeprecationWarning
        )

        self._is_running = True
        try:
            orig.bdist_wininst.run(self)
        finally:
            self._is_running = False
Coded by KALI :v Greetz to DR HARD ../ kali.zbi@hotmail.com