generator: Switch to Python 3

It's 2020.
This commit is contained in:
Sebastian Dröge 2020-08-11 09:10:15 +03:00
parent 888d3ca29a
commit 15d5d169a3

View file

@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from os import listdir
from os.path import isfile, join