From a5d9a1f7007af0e8c6cbd98e391e1905fc87ea08 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 15 Jan 2019 21:06:20 +0100
Subject: [PATCH] [ci][bootstrap] Fix missing import

---
 ci/bootstrap.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci/bootstrap.py b/ci/bootstrap.py
index 824b159b..8d942746 100755
--- a/ci/bootstrap.py
+++ b/ci/bootstrap.py
@@ -17,6 +17,7 @@ installation of bob.devtools.
 import os
 import sys
 import glob
+import time
 import shutil
 import platform
 import subprocess
-- 
GitLab