diff roundup/anypy/http_.py @ 5553:a75285092156

Fix http module selection for incomplete backport (issue2551011).
author Gabi <gabriele.roeger@unibas.ch>
date Sun, 11 Nov 2018 17:09:20 +0000
parents 277e91bf7936
children 106f4384688b
line wrap: on
line diff
--- a/roundup/anypy/http_.py	Sun Nov 11 17:04:59 2018 +0000
+++ b/roundup/anypy/http_.py	Sun Nov 11 17:09:20 2018 +0000
@@ -1,6 +1,7 @@
 try:
     # Python 3+
     from http import client, server
+    server.DEFAULT_ERROR_MESSAGE
 except:
     # Python 2.5-2.7
     import httplib as client

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