summaryrefslogtreecommitdiffstats
path: root/openstack/common/rpc/matchmaker.py
diff options
context:
space:
mode:
authorEric Windisch <eric@cloudscaling.com>2012-06-28 00:32:52 -0400
committerEric Windisch <eric@cloudscaling.com>2012-07-12 14:02:47 -0400
commitc80bfb563626200f7587c7ca52433c59a303b469 (patch)
treefa325e1157140e112da019e4315f110fb323a9bb /openstack/common/rpc/matchmaker.py
parent7a3ab8ac15b2d73eafbe9eaf722e3a402c5102d6 (diff)
downloadoslo-c80bfb563626200f7587c7ca52433c59a303b469.tar.gz
oslo-c80bfb563626200f7587c7ca52433c59a303b469.tar.xz
oslo-c80bfb563626200f7587c7ca52433c59a303b469.zip
Fix missing gettextutils in several modules.
Fixes bug 1021453. Change-Id: I05771a588746a0e43fec0078c5c7152dd9d33b9f
Diffstat (limited to 'openstack/common/rpc/matchmaker.py')
-rw-r--r--openstack/common/rpc/matchmaker.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/openstack/common/rpc/matchmaker.py b/openstack/common/rpc/matchmaker.py
index 34a9ae4..2791ac2 100644
--- a/openstack/common/rpc/matchmaker.py
+++ b/openstack/common/rpc/matchmaker.py
@@ -24,6 +24,7 @@ import json
import logging
from openstack.common import cfg
+from openstack.common.gettextutils import _
matchmaker_opts = [