mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +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 os
|
||||
import sys
|
||||
import shutil
|
||||
import subprocess
|
||||
import shlex
|
||||
|
|
Loading…
Reference in a new issue