web/test/unittest_application.py
branchstable
changeset 6875 a166b51d13f8
parent 6797 90d687bd4c52
child 6882 b5e34836f84e
equal deleted inserted replaced
6874:611aa2074a5b 6875:a166b51d13f8
    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