mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 02:28:10 +02:00
generate_builtins.py: Remove unused import sys.
This commit is contained in:
parent
29cff9ce2e
commit
f7188ac9ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
#!/usr/bin/python
|
||||
# -*- coding: UTF-8 -*-
|
||||
|
||||
import re, glob, sys
|
||||
import re, glob
|
||||
from os import path
|
||||
from subprocess import Popen, PIPE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue