Fix i18n import

Change-Id: I49045d6129e4bc4524572f8e9859d22c93b3f562
This commit is contained in:
Dmitry Tantsur 2015-02-17 10:20:48 +01:00
parent 05a8bbc032
commit a91c0a3401
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
# License for the specific language governing permissions and limitations
# under the License.
from oslo import oslo_i18n
import oslo_i18n
_translators = oslo_i18n.TranslatorFactory(domain='ironic-discoverd')