[glib/wip/meson: 46/53] glib-mkenums: misc fixes to python port
- From: Tim-Philipp Müller <tpm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib/wip/meson: 46/53] glib-mkenums: misc fixes to python port
- Date: Sat, 13 May 2017 14:11:19 +0000 (UTC)
commit 9ea8547029c60e376ae638055327eef1d3b38950
Author: Nirbheek Chauhan <nirbheek centricular com>
Date: Thu Mar 23 10:29:50 2017 +0530
glib-mkenums: misc fixes to python port
gobject/glib-mkenums.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gobject/glib-mkenums.in b/gobject/glib-mkenums.in
index b790e05..f32dbf0 100755
--- a/gobject/glib-mkenums.in
+++ b/gobject/glib-mkenums.in
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]