Add missing import to fakelibvirt.

This module calls time.sleep(1), but was not importing the time module.
This fixes it.

Fix bug 1133056.

Change-Id: Ifbba2a98ccdd8d5e26ce466831618ccab9e0b462
This commit is contained in:
Russell Bryant
2013-02-25 21:08:19 -05:00
parent d031a75471
commit 34c5734b54

View File

@@ -16,6 +16,7 @@
from lxml import etree from lxml import etree
import time
import uuid import uuid
# Allow passing None to the various connect methods # Allow passing None to the various connect methods