diff options
Diffstat (limited to 'mesonbuild/modules/python3.py')
| -rw-r--r-- | mesonbuild/modules/python3.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mesonbuild/modules/python3.py b/mesonbuild/modules/python3.py index 52f8531f1..065e8d7a2 100644 --- a/mesonbuild/modules/python3.py +++ b/mesonbuild/modules/python3.py @@ -11,6 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. +from __future__ import annotations import sysconfig from .. import mesonlib |
