Code

Fix matching of incoming email addresses to the alternate_addresses
[roundup.git] / roundup / anypy / http_.py
1 try:
2     from http import client
3 except:
4     import httplib as client