Fix littlecheck on python 2

This commit is contained in:
Fabian Homborg 2020-01-25 15:14:47 +01:00
parent 567aa1f4e3
commit f5a3a259dc

View File

@ -3,6 +3,7 @@
""" Command line test driver. """
from __future__ import unicode_literals
from __future__ import print_function
import argparse
import io