# HG changeset patch # User Brian Neal # Date 1364062874 18000 # Node ID 2a4e2e86c65eabd85163818f2b7276809d0e86ae # Parent 73eb098761a1b41c60f26af012b8d9104379f008 Fix last commit for Python 2.5. :( diff -r 73eb098761a1 -r 2a4e2e86c65e forums/management/commands/topic_export.py --- 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