Author: ramiro
Date: 2011-12-10 17:00:41 -0800 (Sat, 10 Dec 2011)
New Revision: 17193

Modified:
   django/trunk/tests/regressiontests/i18n/commands/compilation.py
Log:
Added another `from__future__ import with_statement` missed in r17190.

Modified: django/trunk/tests/regressiontests/i18n/commands/compilation.py
===================================================================
--- django/trunk/tests/regressiontests/i18n/commands/compilation.py     
2011-12-11 00:48:26 UTC (rev 17192)
+++ django/trunk/tests/regressiontests/i18n/commands/compilation.py     
2011-12-11 01:00:41 UTC (rev 17193)
@@ -1,3 +1,5 @@
+from __future__ import with_statement
+
 import os
 try:
     from cStringIO import StringIO

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en.

Reply via email to