| Home | Trees | Indices | Help |
|---|
|
|
1 import os, gettext
2 from linda.parser.clparser import CLParser
3 from linda.mygettext import translation
4
5 root = os.environ.get('LINDA_ROOT', '/usr/share/linda')
6
7 gettext.install('linda', unicode=True)
8 charset = translation('linda').charset()
9
10 clparser = CLParser()
11 checks = None
12 outputformats = None
13 outputobj = None
14
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0beta1 on Tue Dec 18 18:15:33 2007 | http://epydoc.sourceforge.net |