server/test/unittest_session.py
changeset 7364 aff846ce1050
parent 7350 c2452cd57026
child 7398 26695dd703d8
equal deleted inserted replaced
7361:6baa4f430c9b 7364:aff846ce1050
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    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 from __future__ import with_statement
       
    19 
    18 from logilab.common.testlib import TestCase, unittest_main, mock_object
    20 from logilab.common.testlib import TestCase, unittest_main, mock_object
    19 
    21 
    20 from cubicweb.devtools.testlib import CubicWebTC
    22 from cubicweb.devtools.testlib import CubicWebTC
    21 from cubicweb.server.session import _make_description, hooks_control
    23 from cubicweb.server.session import _make_description, hooks_control
    22 
    24