Remove unused greenthread import in lockutils

Change-Id: I24bfe5926aa5b8542b0ae1205d82aeb7a1e85b30
This commit is contained in:
Eric Windisch 2012-11-04 23:13:46 -05:00
parent 30f4089461
commit f03fd8d436
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ import tempfile
import time
import weakref
from eventlet import greenthread
from eventlet import semaphore
from openstack.common import cfg