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:
parent
3b619ae116
commit
177b960ea4
3 changed files with 43 additions and 33 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue