Fix python 3.x incompatibilities.

* gentpl.py: Put brackets around print strings.
	* util/import_gcry.py: Open explicitly as utf-8.
	Use in instead of has_key.
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2011-10-16 11:53:27 +02:00
parent 3b619ae116
commit 177b960ea4
3 changed files with 43 additions and 33 deletions

View file

@ -1,3 +1,11 @@
2011-10-16 Vladimir Serbinenko <phcoder@gmail.com>
Fix python 3.x incompatibilities.
* gentpl.py: Put brackets around print strings.
* util/import_gcry.py: Open explicitly as utf-8.
Use in instead of has_key.
2011-10-16 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/xfs.c (grub_xfs_inode): New field fork_offset.