# HG changeset patch # User Sylvain Thénault # Date 1343047844 -7200 # Node ID 2afc157ea9b2b92eccb0f2d704094e22ce8b5a05 # Parent 017af22e7678c0f074a5ec86810c843ca7b24563 [test] missing future import diff -r 017af22e7678 -r 2afc157ea9b2 server/test/unittest_security.py --- a/server/test/unittest_security.py Mon Jul 23 12:45:43 2012 +0200 +++ b/server/test/unittest_security.py Mon Jul 23 14:50:44 2012 +0200 @@ -16,6 +16,7 @@ # You should have received a copy of the GNU Lesser General Public License along # with CubicWeb. If not, see . """functional tests for server'security""" +from __future__ import with_statement import sys