diff roundup/anypy/http_.py @ 4362:74476eaac38a

more modernisation
author Richard Jones <richard@users.sourceforge.net>
date Fri, 26 Feb 2010 00:38:53 +0000
parents
children dfd0bcc947e5
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/roundup/anypy/http_.py	Fri Feb 26 00:38:53 2010 +0000
@@ -0,0 +1,5 @@
+try:
+    from http import client
+except:
+    import httplib as client
+

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