/
snap
/
core22
/
2010
/
usr
/
lib
/
python3
/
dist-packages
/
setuptools
/
command
/
Upload File
HOME
from distutils.command.bdist import bdist import sys if 'egg' not in bdist.format_commands: bdist.format_command['egg'] = ('bdist_egg', "Python .egg file") bdist.format_commands.append('egg') del bdist, sys