DEBSOURCES
Skip Quicknav
sources / simpleitk / 1.0.1-3 / Wrapping / Python / dist / install_wheel.py
12345
import sys if not(sys.modules.get("wheel")): from setuptools.command import easy_install easy_install.main(["wheel"])