python/build/meson.py: remove unused import

This commit is contained in:
Max Kellermann 2023-03-06 14:17:19 +01:00
parent 273a93cfcf
commit 23a5b8fd3c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import os.path, subprocess, sys
import os
import subprocess
import platform
from build.project import Project