~boots-developers/boots/debian

« back to all changes in this revision

Viewing changes to boots/lib/__init__.py

  • Committer: Max Goodman
  • Date: 2010-03-22 07:45:01 UTC
  • mfrom: (124.3.4 boots_setup)
  • Revision ID: chromakode@gmail.com-20100322074501-i4ng6mckvsr6fued
Update setup.py with clarkb's changes and improved .mo building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import gettext
2
2
translation = gettext.translation("boots", fallback=True)
3
3
_ = translation.ugettext
4
 
n_ = translation.ungettext
 
 
b'\\ No newline at end of file'
 
4
n_ = translation.ungettext