req.py
changeset 6141 b8287e54b528
parent 5924 b218df942dd4
child 6321 a8a33679f4dd
equal deleted inserted replaced
6140:65a619eb31c4 6141:b8287e54b528
    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 """Base class for request/session
    18 """Base class for request/session"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from warnings import warn
    22 from warnings import warn
    24 from urlparse import urlsplit, urlunsplit
    23 from urlparse import urlsplit, urlunsplit
    25 from urllib import quote as urlquote, unquote as urlunquote
    24 from urllib import quote as urlquote, unquote as urlunquote