Author: jezdez
Date: 2011-12-22 14:46:05 -0800 (Thu, 22 Dec 2011)
New Revision: 17248

Modified:
   django/trunk/django/utils/archive.py
Log:
Added yet another missing with_statement import. Thanks, Florian Apolloner.

Modified: django/trunk/django/utils/archive.py
===================================================================
--- django/trunk/django/utils/archive.py        2011-12-22 22:38:10 UTC (rev 
17247)
+++ django/trunk/django/utils/archive.py        2011-12-22 22:46:05 UTC (rev 
17248)
@@ -21,6 +21,7 @@
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 THE SOFTWARE.
 """
+from __future__ import with_statement
 import os
 import shutil
 import sys

-- 
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