Make update-version.py pass some CI tests

This commit is contained in:
dirkf 2023-07-04 12:44:48 +01:00
parent 9fd68fe485
commit ebb61a70bd

View File

@ -1,4 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
from __future__ import unicode_literals
from datetime import datetime from datetime import datetime
import sys import sys