gobject-introspection r916 - trunk/giscanner
- From: johan svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r916 - trunk/giscanner
- Date: Thu, 13 Nov 2008 20:23:47 +0000 (UTC)
Author: johan
Date: Thu Nov 13 20:23:47 2008
New Revision: 916
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=916&view=rev
Log:
Remove stray print(s)
Modified:
trunk/giscanner/dumper.py
trunk/giscanner/glibtransformer.py
Modified: trunk/giscanner/dumper.py
==============================================================================
--- trunk/giscanner/dumper.py (original)
+++ trunk/giscanner/dumper.py Thu Nov 13 20:23:47 2008
@@ -76,7 +76,6 @@
for include in options.cpp_includes:
cc_args.append('-I' + include)
cc_args.extend(['-c', '-o', o_path, c_path])
- print "%r" % (cc_args, )
subprocess.check_call(cc_args)
bin_path = mktmp(tmpdir, nsname, nsver, '')
@@ -108,7 +107,6 @@
# from gir-repository. Right now those don't define new GTypes, so we
# don't need to introspect them.
ld_args.append('-l'+options.libraries[0])
- print "%r" % (ld_args, )
subprocess.check_call(ld_args)
os.unlink(c_path)
Modified: trunk/giscanner/glibtransformer.py
==============================================================================
--- trunk/giscanner/glibtransformer.py (original)
+++ trunk/giscanner/glibtransformer.py Thu Nov 13 20:23:47 2008
@@ -226,7 +226,6 @@
args = self._binary.args
args.append(introspect_arg)
# Invoke the binary, having written our get_type functions to types.txt
- print args
subprocess.check_call(args, stdout=sys.stdout, stderr=sys.stderr)
self._read_introspect_dump(out_path)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]