Advertisement
shaifali

import statements added for i18n

Sep 24th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. from oslo import i18n
  2.  
  3. _translators = i18n.TranslatorFactory(domain='glanceclient')
  4.  
  5. # The primary translation function using the well-known name "_"
  6. _ = _translators.primary
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement