view roundup/anypy/cookie_.py @ 4736:8a32d8223aa4

CHANGES.txt: Mention demo.py fixes
author anatoly techtonik <techtonik@gmail.com>
date Mon, 14 Jan 2013 18:26:09 +0300
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/