Revert "escalator should use oslo.xxx instead of oslo-xxx"
[escalator.git] / api / escalator / i18n.py
index 9a1c472..56bfde3 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')