summaryrefslogtreecommitdiff
path: root/morphlib/builder.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 18:11:38 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-28 18:11:38 +0000
commitade75b0ef48df72c8526d3901a55c63cfa1f118b (patch)
treeda1db7910d7a224dc921039819222709b18f5d08 /morphlib/builder.py
parent2b3046e3ab89f746de7ed58e5bf7ed9156afb2b2 (diff)
downloadmorph-ade75b0ef48df72c8526d3901a55c63cfa1f118b.tar.gz
Remove unnecessary import of time module
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'):