It's _executors not _executor

This commit is contained in:
Mark McLoughlin 2013-05-11 13:20:21 +01:00
parent 93447e8381
commit 7492f2d9ea
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
import eventlet
import greenlet
from openstack.common.messaging._executor import base
from openstack.common.messaging._executors import base
class EventletExecutor(base.ExecutorBase):