diff --git a/zaqarclient/_i18n.py b/zaqarclient/_i18n.py index ad9cb352..e3423d03 100644 --- a/zaqarclient/_i18n.py +++ b/zaqarclient/_i18n.py @@ -13,7 +13,7 @@ # License for the specific language governing permissions and limitations # under the License. -from oslo.i18n import * # noqa +from oslo_i18n import * # noqa _translators = TranslatorFactory(domain='zaqarclient')