mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 05:59:10 +00:00
scripts: Fix missing import in common.py
This was causing a build failure on the CI.
This commit is contained in:
parent
783e6a226d
commit
b4015f7bbe
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import argparse
|
import argparse
|
||||||
import os
|
import os
|
||||||
|
import sys
|
||||||
import shutil
|
import shutil
|
||||||
import subprocess
|
import subprocess
|
||||||
import shlex
|
import shlex
|
||||||
|
|
Loading…
Reference in a new issue