]> git.ipfire.org Git - thirdparty/babel.git/commit
Move `Translations` and `LazyProxy` to new `babel.support` module, which should conta...
authorChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:54:01 +0000 (11:54 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Fri, 8 Jun 2007 11:54:01 +0000 (11:54 +0000)
commit3cb388c1f42af79bc1cfbbd6478a03cd5bbc7c99
tree2393862d051b08678dec19df7bafae2c80af8c6c
parent6d1cea7a91cc84e51a54bdbb03a74debb3544f5d
Move `Translations` and `LazyProxy` to new `babel.support` module, which should contain any convenience code that is useful for applications using Babel/I18n, but not used by Babel itself.

''(Note that [61] was an accidential check in of part of this change)''
babel/messages/catalog.py
babel/support.py [new file with mode: 0644]
babel/tests/__init__.py
babel/tests/support.py [new file with mode: 0644]