From 858f5d8fd62a7e32925e626dd3676e5645945a06 Mon Sep 17 00:00:00 2001 From: rmorotti Date: Thu, 30 May 2024 17:18:31 +0100 Subject: [PATCH] import os --- setuptools/_distutils/command/install_headers.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setuptools/_distutils/command/install_headers.py b/setuptools/_distutils/command/install_headers.py index 4885b1a054d..b7fb4b4145f 100644 --- a/setuptools/_distutils/command/install_headers.py +++ b/setuptools/_distutils/command/install_headers.py @@ -3,6 +3,8 @@ Implements the Distutils 'install_headers' command, to install C/C++ header files to the Python include directory.""" +import os + from ..core import Command