view roundup/anypy/cookie_.py @ 4877:2ba982dcdf2c

New Link / Multilink option "try_id_parsing"
author Ralf Schlatterbeck <rsc@runtux.com>
date Fri, 28 Mar 2014 16:47:36 +0100
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/