glib-mkenums: misc fixes to python port

This commit is contained in:
Nirbheek Chauhan 2017-03-23 10:29:50 +05:30 committed by Matthias Clasen
parent 806a4be4cf
commit 2d72a9e1d1

View File

@ -7,7 +7,7 @@
# This is a manual conversion from the original Perl script to
# Python. Improvements are welcome.
import os, sys, re, argparse
import os, sys, re, argparse, tempfile
output_stream = sys.stdout