diff options
| author | Eric Windisch <eric@cloudscaling.com> | 2012-11-04 23:13:46 -0500 |
|---|---|---|
| committer | Eric Windisch <eric@cloudscaling.com> | 2012-11-04 23:13:46 -0500 |
| commit | e787a771a36734a77182ac2c355636017c9c9947 (patch) | |
| tree | 4dca2f58494f76492bd3f0a3b9657603049e4cc5 | |
| parent | aca1805d911caefe14a73edb6ced281cf54e7ad2 (diff) | |
| download | oslo-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.py | 1 |
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 |
