django/tests/regressiontests/i18n/commands
Claude Paroz d7dfab59ea Replaced cStringIO.StringIO by io.BytesIO.
Also replaced StringIO.StringIO by BytesIO in some other appropriate
places. StringIO is not available in Python 3.
2012-05-05 21:41:44 +02:00
..
ignore_dir
locale Added files missing from commit [17190] 2011-12-11 00:09:30 +00:00
templates Made makemessages leave `'%%'` sequences untouched when extracting translatable literals from blocktrans template tags. 2011-12-11 00:48:26 +00:00
__init__.py
compilation.py Replaced cStringIO.StringIO by io.BytesIO. 2012-05-05 21:41:44 +02:00
extraction.py Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks jonash for the patch. 2012-03-30 08:02:08 +00:00
javascript.js
tests.py