# HG changeset patch # User Brian Neal # Date 1336699617 18000 # Node ID 7ed2101df789d62945a61acb2afbf5eb9f0e03a7 # Parent a7ef954298ea5ba256239c199b166ad267c17f9c Add a __future__ import for with for production server. diff -r a7ef954298ea -r 7ed2101df789 core/management/commands/make_flatpage.py --- a/core/management/commands/make_flatpage.py Thu May 10 20:24:37 2012 -0500 +++ b/core/management/commands/make_flatpage.py Thu May 10 20:26:57 2012 -0500 @@ -3,6 +3,7 @@ A management command to update flatpage objects from restructured text files. """ +from __future__ import with_statement import os.path import docutils.core