tap-as-a-service/neutron_taas/__init__.py
zoushilin 7a54688132 Undefined name '_'
In line help=_("Name of the TaaS Driver")) and line help=_("Enable TaaS")),
'_' is undefined, need to import _ from neutron_taas._i18n

Use oslo_i18n to provide internationalization, delete gettext.install

Change-Id: I6580ae1c2391a00d61327195159c2460cb4f8d6b
2017-03-25 11:04:50 +08:00

0 lines
Python