escalator should use oslo.xxx instead of oslo-xxx
[escalator.git] / api / escalator / i18n.py
index 56bfde3..9a1c472 100644 (file)
@@ -13,7 +13,7 @@
 #    License for the specific language governing permissions and limitations
 #    under the License.
 
-from oslo_i18n import TranslatorFactory  # noqa
+from oslo.i18n import TranslatorFactory  # noqa
 
 _translators = TranslatorFactory(domain='escalator')