Add missing with_statement import for python2.5 compat
authorJulien Cristau <julien.cristau@logilab.fr>
Thu, 22 Mar 2012 11:50:34 +0100
changeset 8328 c53bbeea7870
parent 8326 2e793b2cdb57
child 8329 ac2b17bd7311
Add missing with_statement import for python2.5 compat
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