summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2012-11-04 23:13:46 -0500
committerEric Windisch <eric@cloudscaling.com>2012-11-04 23:13:46 -0500
commite787a771a36734a77182ac2c355636017c9c9947 (patch)
tree4dca2f58494f76492bd3f0a3b9657603049e4cc5
parentaca1805d911caefe14a73edb6ced281cf54e7ad2 (diff)
downloadoslo-e787a771a36734a77182ac2c355636017c9c9947.tar.gz
oslo-e787a771a36734a77182ac2c355636017c9c9947.tar.xz
oslo-e787a771a36734a77182ac2c355636017c9c9947.zip
Remove unused greenthread import in lockutils
Change-Id: I24bfe5926aa5b8542b0ae1205d82aeb7a1e85b30
-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