view roundup/anypy/http_.py @ 4629:76daabfdbc8d

CHANGES.txt entry for restored sample detectors (issue2550574)
author Thomas Arendsen Hein <thomas@intevation.de>
date Wed, 16 May 2012 11:25:04 +0200
parents 74476eaac38a
children dfd0bcc947e5
line wrap: on
line source

try:
    from http import client
except:
    import httplib as client


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