view roundup/anypy/cookie_.py @ 4628:b3f46759b4d1

Remove keywords expansion from detectors/creator_resolution.py
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 16 May 2012 11:18:27 +0200
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/