web/test/unittest_idownloadable.py
branchstable
changeset 8743 27a83746aebd
parent 8694 d901c36bcfce
child 8753 b61a7c6352f2
equal deleted inserted replaced
8742:bd374bd906f3 8743:27a83746aebd
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    16 #
    16 #
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 from __future__ import with_statement
       
    20 
    19 
    21 from functools import partial
    20 from functools import partial
    22 
    21 
    23 from logilab.common.testlib import unittest_main
    22 from logilab.common.testlib import unittest_main
    24 
    23