server/test/unittest_security.py
branchstable
changeset 8488 2afc157ea9b2
parent 8463 a964c40adbe3
child 8546 3d2038d6f20d
equal deleted inserted replaced
8487:017af22e7678 8488:2afc157ea9b2
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """functional tests for server'security"""
    18 """functional tests for server'security"""
       
    19 from __future__ import with_statement
    19 
    20 
    20 import sys
    21 import sys
    21 
    22 
    22 from logilab.common.testlib import unittest_main, TestCase
    23 from logilab.common.testlib import unittest_main, TestCase
    23 
    24