File: __init__.py

package info (click to toggle)
caribou 0.4.15-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,948 kB
  • ctags: 2,905
  • sloc: ansic: 14,359; sh: 11,430; python: 1,264; xml: 713; makefile: 428
file content (8 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
try:
    from i18n import _
except ImportError:
    # i18n.py is not available when "caribou" module is imported by
    # tools/make_schema.py and srcdir != builddir.
    _ = lambda a: a

APP_NAME=_("Caribou")