server/test/unittest_security.py
changeset 8694 d901c36bcfce
parent 8655 ab57000bff7b
child 9395 96dba2efd16d
equal deleted inserted replaced
8693:a6ca96ec8693 8694:d901c36bcfce
    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
       
    20 
    19 
    21 import sys
    20 import sys
    22 
    21 
    23 from logilab.common.testlib import unittest_main, TestCase
    22 from logilab.common.testlib import unittest_main, TestCase
    24 
    23