From e787a771a36734a77182ac2c355636017c9c9947 Mon Sep 17 00:00:00 2001 From: Eric Windisch Date: Sun, 4 Nov 2012 23:13:46 -0500 Subject: Remove unused greenthread import in lockutils Change-Id: I24bfe5926aa5b8542b0ae1205d82aeb7a1e85b30 --- openstack/common/lockutils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'openstack') 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 -- cgit