##// END OF EJS Templates
py3: conditionalize httplib import...
py3: conditionalize httplib import The httplib library is renamed to http.client in python 3. So the import is conditionalized and a test is added in check-code to warn to use util.httplib
Pulkit Goyal -
r29455:0c741fd6 default
Show More