mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-26 05:56:14 +01:00
glib-mkenums: misc fixes to python port
This commit is contained in:
parent
806a4be4cf
commit
2d72a9e1d1
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user