]> git.ipfire.org Git - thirdparty/babel.git/commit
Import of initial code base.
authorChristopher Lenz <cmlenz@gmail.com>
Tue, 29 May 2007 20:33:55 +0000 (20:33 +0000)
committerChristopher Lenz <cmlenz@gmail.com>
Tue, 29 May 2007 20:33:55 +0000 (20:33 +0000)
commit00f16f91a878676a55aa1e6e85b5e1092f7cf8e9
tree0471ffecac176459ec2b733353f8d577f582a6b8
parent3a6d9c9d0644259b2baa6f5ee5c9ca9fcae1e6a2
Import of initial code base.
24 files changed:
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL.txt [new file with mode: 0644]
MANIFEST.in [new file with mode: 0644]
README.txt [new file with mode: 0644]
babel/__init__.py [new file with mode: 0644]
babel/catalog/__init__.py [new file with mode: 0644]
babel/catalog/extract.py [new file with mode: 0644]
babel/catalog/frontend.py [new file with mode: 0644]
babel/catalog/pofile.py [new file with mode: 0644]
babel/catalog/tests/__init__.py [new file with mode: 0644]
babel/catalog/tests/extract.py [new file with mode: 0644]
babel/catalog/tests/pofile.py [new file with mode: 0644]
babel/core.py [new file with mode: 0644]
babel/dates.py [new file with mode: 0644]
babel/numbers.py [new file with mode: 0644]
babel/tests/__init__.py [new file with mode: 0644]
babel/tests/core.py [new file with mode: 0644]
babel/tests/dates.py [new file with mode: 0644]
babel/tests/numbers.py [new file with mode: 0644]
babel/tests/util.py [new file with mode: 0644]
babel/util.py [new file with mode: 0644]
scripts/import_cldr.py [new file with mode: 0755]
setup.py [new file with mode: 0755]