Skip to content

Commit 7a5587c

Browse files
committed
Fix http module selection for incomplete backport (issue2551011).
1 parent ee22d9d commit 7a5587c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

roundup/anypy/http_.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
try:
22
# Python 3+
33
from http import client, server
4+
server.DEFAULT_ERROR_MESSAGE
45
except:
56
# Python 2.5-2.7
67
import httplib as client

0 commit comments

Comments
 (0)