[py] minor, remove unused import
This commit is contained in:
parent
9ab7525a06
commit
45d9e8d76c
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue