summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2012-11-05 17:52:09 +0000
committerGerrit Code Review <review@openstack.org>2012-11-05 17:52:09 +0000
commitd41e45b9946fc0dd4d1a2c90a848d1f92d58fc11 (patch)
tree3341f288ef625802425caf91fed78a0b76a8ad15
parente0f57e92dfad742abf5aebeedc4f05700d5cd4a5 (diff)
parente787a771a36734a77182ac2c355636017c9c9947 (diff)
downloadoslo-d41e45b9946fc0dd4d1a2c90a848d1f92d58fc11.tar.gz
oslo-d41e45b9946fc0dd4d1a2c90a848d1f92d58fc11.tar.xz
oslo-d41e45b9946fc0dd4d1a2c90a848d1f92d58fc11.zip
Merge "Remove unused greenthread import in lockutils"
-rw-r--r--openstack/common/lockutils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/openstack/common/lockutils.py b/openstack/common/lockutils.py
index 47260dd..d98ce8b 100644
--- a/openstack/common/lockutils.py
+++ b/openstack/common/lockutils.py
@@ -24,7 +24,6 @@ import tempfile
import time
import weakref
-from eventlet import greenthread
from eventlet import semaphore
from openstack.common import cfg