web/test/unittest_application.py
changeset 6882 b5e34836f84e
parent 6849 5a0c2cfc19bf
parent 6875 a166b51d13f8
child 7163 d6d905d0344f
equal deleted inserted replaced
6856:ac092197c099 6882:b5e34836f84e
    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 """unit tests for cubicweb.web.application"""
    18 """unit tests for cubicweb.web.application"""
       
    19 
       
    20 from __future__ import with_statement
    19 
    21 
    20 import base64, Cookie
    22 import base64, Cookie
    21 import sys
    23 import sys
    22 from urllib import unquote
    24 from urllib import unquote
    23 
    25