Skip to content

Commit

Permalink
Update pywwwgetold.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Sep 30, 2023
1 parent 9730ef5 commit ce5da02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pywwwgetold.py
Original file line number Diff line number Diff line change
Expand Up @@ -593,6 +593,8 @@ def get_httplib_support(checkvalue=None):
returnval.append("httpx2");
if(havemechanize):
returnval.append("mechanize");
if(havepycurl):
returnval.append("pycurl");
if(haveparamiko):
returnval.append("sftp");
if(havepysftp):
Expand Down

0 comments on commit ce5da02

Please sign in to comment.