summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/builder.py')
-rw-r--r--morphlib/builder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/builder.py b/morphlib/builder.py
index d7d3d97a..e5eefb91 100644
--- a/morphlib/builder.py
+++ b/morphlib/builder.py
@@ -556,7 +556,7 @@ append root=/dev/sda1 init=/sbin/init quiet rw
# Weird hack that makes extlinux work.
# FIXME: There is a bug somewhere.
self.ex.runv(['sync'])
- import time; time.sleep(2)
+ time.sleep(2)
# Unmount.
with self.build_watch('unmount-filesystem'):