DiffSK / configobj

Python 3+ compatible port of the configobj library
https://configobj.readthedocs.org
Other
322 stars 76 forks source link

Remove the need for six #239

Closed mcepl closed 2 months ago

mcepl commented 1 year ago

If you ever decide that Python 2 is truly dead and rotting in its grave, you may apply this patch removing the need of using six at all.

jelmer commented 2 months ago

Addressed by #237

jelmer commented 2 months ago

hey mcepl :)