Code

Fix file-unlink bug in mailgw (Ralfs oversight when refactoring the mail
[roundup.git] / roundup / anypy / http_.py
1 try:
2     from http import client
3 except:
4     import httplib as client