From d887090b5a31672e4a12f302b3818e2b0933bef0 Mon Sep 17 00:00:00 2001 From: Michael Still Date: Tue, 23 Oct 2012 13:23:44 -0700 Subject: 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(+) (limited to 'openstack') 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 -- cgit