]> git.ipfire.org Git - thirdparty/curl.git/commit
smbserver: fix Python 3 compatibility
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 13 Oct 2019 19:35:56 +0000 (21:35 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Sun, 13 Oct 2019 20:14:04 +0000 (22:14 +0200)
commitee638377328527126ffbe71d1165e12c66830124
tree33902c417b4baa13df1bcc1f6aef64694353340e
parenta626fa128cff4a3ac7dd4097328a6d38e659c025
smbserver: fix Python 3 compatibility

Python 2's `ConfigParser` module is spelled `configparser` in Python 3.

Closes https://github.com/curl/curl/pull/4484
tests/smbserver.py