Skip to content

fix for Python 3 compatibility

Martin Reinecke requested to merge lowercase_fix into master

string.lowercase seems to have vanished in Python 3. Using string.ascii_lowercase instead.

Merge request reports