Fix Jenkins failed due to missing _

Fixes bug 1212116

Change-Id: Id1e0856c195c19ef6ec7321e5c5435bff0f7d20f
This commit is contained in:
Fei Long Wang 2013-08-14 14:33:20 +08:00
parent 486f723f43
commit 1f9714b58c

View File

@ -23,6 +23,7 @@ from oslo.config import cfg
from ceilometer.openstack.common import log
from ceilometerclient import client as ceiloclient
from ceilometer.openstack.common.gettextutils import _
LOG = log.getLogger(__name__)