[py] minor, remove unused import

pull/2562/head
Ebrahim Byagowi 5 years ago committed by GitHub
parent 9ab7525a06
commit 45d9e8d76c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/gen-ragel-artifacts.py

@ -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…
Cancel
Save