[py] minor, remove unused import

This commit is contained in:
Ebrahim Byagowi 2020-07-13 19:25:53 +04:30 committed by GitHub
parent 9ab7525a06
commit 45d9e8d76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"This tool is intended to be used from meson"
import os, os.path, sys, subprocess, shutil, tempfile
import os, os.path, sys, subprocess, shutil
ragel = shutil.which ('ragel')
if not ragel: