summaryrefslogtreecommitdiff
path: root/tests/test_request.py
blob: 12a4ee9c825d7261cc6aec8f5d7aae5da7b49830 (plain)
1
2
3
4
5
6
7
# (c) 2005 Ian Bicking, Clark C. Evans and contributors
# This module is part of the Python Paste Project and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
from paste.request import *
from py.test import raises

#@@: regressions needed ;)