summaryrefslogtreecommitdiffstats
path: root/openstack
diff options
context:
space:
mode:
authorMichael Still <mikal@stillhq.com>2012-10-23 13:23:44 -0700
committerMichael Still <mikal@stillhq.com>2012-10-23 13:23:44 -0700
commitd887090b5a31672e4a12f302b3818e2b0933bef0 (patch)
tree00abadcfc11d500846b35639b12708f7200dd6e3 /openstack
parent9a8c1d7e1a537e6580be2be1630baefc910de1de (diff)
downloadoslo-d887090b5a31672e4a12f302b3818e2b0933bef0.tar.gz
oslo-d887090b5a31672e4a12f302b3818e2b0933bef0.tar.xz
oslo-d887090b5a31672e4a12f302b3818e2b0933bef0.zip
Fix missing import in lockutils.
This showed up while integrating these changes into nova. Change-Id: I48d846fc761c45cf97480a49c99d20817f1dea2d
Diffstat (limited to 'openstack')
-rw-r--r--openstack/common/lockutils.py1
1 files changed, 1 insertions, 0 deletions
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