annotate roundup/anypy/http_.py @ 4944:fe2d72103cc8

Fix two line-break accidents in devel and responsive milestone.item.html
author Thomas Arendsen Hein <thomas@intevation.de>
date Tue, 25 Nov 2014 16:04:17 +0100
parents 74476eaac38a
children dfd0bcc947e5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4362
74476eaac38a more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
1 try:
74476eaac38a more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
2 from http import client
74476eaac38a more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
3 except:
74476eaac38a more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
4 import httplib as client
74476eaac38a more modernisation
Richard Jones <richard@users.sourceforge.net>
parents:
diff changeset
5

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