plugin docs: make misc pythons scripts work with python3
authorTim-Philipp Müller <tim@centricular.net>
Wed, 31 Oct 2012 00:24:14 +0000 (00:24 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Wed, 31 Oct 2012 17:39:53 +0000 (17:39 +0000)
commitf76c9d0bacf3f1c070416b5d8a39b516721c005e
treea3d919a76179af1e2788373a7c37c3fe699ecc93
parentcad6cfe02a1a69d691de342b967fb7b6e33db0fb
plugin docs: make misc pythons scripts work with python3

 - print is a function now
 - foo.has_key(bar) -> bar in foo
 - raise err, text -> raise err(text)
 - uncode strings vs. bytes

https://bugzilla.gnome.org/show_bug.cgi?id=563903
c-to-xml.py
mangle-tmpl.py
scangobj-merge.py