scripts: Fix missing import in common.py

This was causing a build failure on the CI.
This commit is contained in:
Nirbheek Chauhan 2018-08-11 18:41:04 +05:30
parent 783e6a226d
commit b4015f7bbe

View file

@ -1,5 +1,6 @@
import argparse
import os
import sys
import shutil
import subprocess
import shlex