changeset 647:2a4e2e86c65e

Fix last commit for Python 2.5. :(
author Brian Neal <bgneal@gmail.com>
date Sat, 23 Mar 2013 13:21:14 -0500
parents 73eb098761a1
children 10f3acc18b2d
files forums/management/commands/topic_export.py
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/forums/management/commands/topic_export.py	Sat Mar 23 13:18:08 2013 -0500
+++ b/forums/management/commands/topic_export.py	Sat Mar 23 13:21:14 2013 -0500
@@ -5,6 +5,7 @@
 template.
 
 """
+from __future__ import with_statement
 from optparse import make_option
 import re