view roundup/anypy/cookie_.py @ 4440:7c576a4dea9d

XML-RPC documentation now linked from the docs/index
author Bernhard Reiter <Bernhard.Reiter@intevation.de>
date Wed, 20 Oct 2010 14:12:08 +0000
parents 74476eaac38a
children dfd0bcc947e5
line wrap: on
line source


try:
    from http import cookies as Cookie
    from http.cookies import CookieError, BaseCookie, SimpleCookie
    from http.cookies import _getdate as get_cookie_date
except:
    from Cookie import CookieError, BaseCookie, SimpleCookie
    from Cookie import _getdate as get_cookie_date

Roundup Issue Tracker: http://roundup-tracker.org/