From 30f4089461520fca2896482967c9d7783fcea319 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 23 Oct 2012 13:23:44 -0700 Subject: [PATCH] Fix missing import in lockutils. This showed up while integrating these changes into nova. Change-Id: I48d846fc761c45cf97480a49c99d20817f1dea2d --- openstack/common/lockutils.py | 1 + 1 file changed, 1 insertion(+) diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py index 3a35b89..47260dd 100644 --- a/openstack/common/lockutils.py +++ b/openstack/common/lockutils.py @@ -20,6 +20,7 @@ import errno import functools import os import shutil +import tempfile import time import weakref