# HG changeset patch # User Julien Cristau # Date 1332413434 -3600 # Node ID c53bbeea7870c520d2cb04aaca0ec2b9feb13871 # Parent 2e793b2cdb5718f1ecc08b4c0f39d96a1d24877c Add missing with_statement import for python2.5 compat diff -r 2e793b2cdb57 -r c53bbeea7870 web/views/staticcontrollers.py --- a/web/views/staticcontrollers.py Wed Mar 21 11:08:31 2012 +0100 +++ b/web/views/staticcontrollers.py Thu Mar 22 11:50:34 2012 +0100 @@ -22,6 +22,7 @@ - /fckeditor/... """ +from __future__ import with_statement import os import os.path as osp