Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a12e0330 authored by shiu's avatar shiu
Browse files

Adding missing import for time in Floss-build-in-Docker script.

Bug: 223377950
Test: cert/run
Change-Id: I020d9086d0e55f3c17d693194b4ab9f76a8be027
parent d468cedb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@ import argparse
import os
import subprocess
import sys
import time


class FlossDockerRunner: