_;i$E;iQ;i BAccept-Encoding,User-Agent:~:,;!u KEY: https://avaliareassessoria.com.br/Ven-SS/root/proc/3/cwd/var/cache/ea-nginx/proxy/avaliare/6/17/743ae4a51dbf15eeb81ac1a709775176 HTTP/1.1 200 OK Date: Thu, 11 Dec 2025 23:21:15 GMT Server: Apache Last-Modified: Thu, 11 Dec 2025 22:26:44 GMT Accept-Ranges: bytes Content-Length: 1362 Vary: Accept-Encoding,User-Agent Connection: close Content-Type: text/plain 4S;ib-Q$E;iPXAccept-Encoding,User-Agent%@ٲS# KEY: http://avaliareassessoria.com.br/Ven-C404/root/proc/3/cwd/lib/python2.7/site-packages/setuptools/command/__init__.py HTTP/1.1 200 OK Date: Thu, 11 Dec 2025 22:26:44 GMT Server: Apache Last-Modified: Mon, 15 Jul 2013 17:12:02 GMT Accept-Ranges: bytes Content-Length: 689 Vary: Accept-Encoding,User-Agent Connection: close __all__ = [ 'alias', 'bdist_egg', 'bdist_rpm', 'build_ext', 'build_py', 'develop', 'easy_install', 'egg_info', 'install', 'install_lib', 'rotate', 'saveopts', 'sdist', 'setopt', 'test', 'upload', 'install_egg_info', 'install_scripts', 'register', 'bdist_wininst', 'upload_docs', ] from setuptools.command import install_scripts import sys if sys.version>='2.5': # In Python 2.5 and above, distutils includes its own upload command __all__.remove('upload') from distutils.command.bdist import bdist if 'egg' not in bdist.format_commands: bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") bdist.format_commands.append('egg') del bdist, sys