projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
783e6a2
)
scripts: Fix missing import in common.py
author
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 11 Aug 2018 13:11:04 +0000
(18:41 +0530)
committer
Nirbheek Chauhan
<nirbheek@centricular.com>
Sat, 11 Aug 2018 13:11:04 +0000
(18:41 +0530)
This was causing a build failure on the CI.
common.py
patch
|
blob
|
history
diff --git
a/common.py
b/common.py
index dee8b1f7da636db57336d5ea5194e85fe91cd9a5..5478622986e41b99a0787c531bfbe182b450c852 100644
(file)
--- a/
common.py
+++ b/
common.py
@@
-1,5
+1,6
@@
import argparse
import os
+import sys
import shutil
import subprocess
import shlex