Use ugettext instead of ugettext_lazy
Reports from Matthew Wilkes indicate that the regular form of
ugettext works just fine. The downside of ugettext_lazy is that it
prevents pages containing ugettext_lazy-ed text cannot be memcached,
since they cannot be pickled.
Patch by: Sverre Rabbelier
AUTHORS
LICENSE
MANIFEST.in
README
ez_setup.py
setup.py
antlr3/__init__.py
antlr3/compat.py
antlr3/constants.py
antlr3/dfa.py
antlr3/dottreegen.py
antlr3/exceptions.py
antlr3/extras.py
antlr3/main.py
antlr3/recognizers.py
antlr3/streams.py
antlr3/tokens.py
antlr3/tree.py
antlr3/treewizard.py
antlr_python_runtime.egg-info/PKG-INFO
antlr_python_runtime.egg-info/SOURCES.txt
antlr_python_runtime.egg-info/dependency_links.txt
antlr_python_runtime.egg-info/top_level.txt