bluesabre / mugshot

Mugshot - User Management Utility for Linux
GNU General Public License v3.0
71 stars 12 forks source link

Add python3.9 compatiblity #13

Closed ConiKost closed 4 years ago

ConiKost commented 4 years ago

Starting with python3.9, launching of mugshot will fail, as getiterator() been deprecated since Python 2.7, and has been removed in Python 3.9. Using iter() will fix that.

Signed-off-by: Conrad Kostecki conrad@kostecki.com

bluesabre commented 4 years ago

Thanks for the patch!