mkenums: fix main incompatibility with python2

Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
This commit is contained in:
Igor Gnatenko 2017-07-15 15:21:11 +02:00
parent 9306ada4fd
commit 112908d9e4

View File

@ -6,6 +6,8 @@
#
# This is a manual conversion from the original Perl script to
# Python. Improvements are welcome.
#
from __future__ import print_function, unicode_literals
import os, sys, re, argparse, tempfile