mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
mkenums: fix main incompatibility with python2
Signed-off-by: Igor Gnatenko <ignatenko@src.gnome.org>
This commit is contained in:
parent
9306ada4fd
commit
112908d9e4
@ -6,6 +6,8 @@
|
|||||||
#
|
#
|
||||||
# This is a manual conversion from the original Perl script to
|
# This is a manual conversion from the original Perl script to
|
||||||
# Python. Improvements are welcome.
|
# Python. Improvements are welcome.
|
||||||
|
#
|
||||||
|
from __future__ import print_function, unicode_literals
|
||||||
|
|
||||||
import os, sys, re, argparse, tempfile
|
import os, sys, re, argparse, tempfile
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user