summaryrefslogtreecommitdiff
path: root/oslo/messaging/_drivers/matchmaker.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslo/messaging/_drivers/matchmaker.py')
-rw-r--r--oslo/messaging/_drivers/matchmaker.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/oslo/messaging/_drivers/matchmaker.py b/oslo/messaging/_drivers/matchmaker.py
index 7aa7956..f80125c 100644
--- a/oslo/messaging/_drivers/matchmaker.py
+++ b/oslo/messaging/_drivers/matchmaker.py
@@ -22,9 +22,7 @@ import logging
import eventlet
from oslo.config import cfg
-
-# FIXME(markmc): remove this
-_ = lambda s: s
+from oslo.messaging.openstack.common.gettextutils import _
matchmaker_opts = [
cfg.IntOpt('matchmaker_heartbeat_freq',