Fix Python 2 compatibility

This commit is contained in:
Lubomír Sedlář 2023-05-18 11:07:53 +02:00
commit bf97159c73

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
from __future__ import print_function
import argparse
import os
import sys