mirror of
https://git.proxmox.com/git/grub2
synced 2025-08-17 03:30:23 +00:00
Set a file encoding, per PEP 0263.
This commit is contained in:
parent
425aceeb2f
commit
a9bc269208
1
debian/apport/source_grub2.py
vendored
1
debian/apport/source_grub2.py
vendored
@ -1,3 +1,4 @@
|
|||||||
|
# vim: set fileencoding=UTF-8 :
|
||||||
'''apport package hook for grub2
|
'''apport package hook for grub2
|
||||||
|
|
||||||
Author: Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
|
Author: Jean-Baptiste Lallement <jeanbaptiste.lallement@gmail.com>
|
||||||
|
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -2,6 +2,7 @@ grub2 (2.00-8) UNRELEASED; urgency=low
|
|||||||
|
|
||||||
* debian/apport/source_grub2.py:
|
* debian/apport/source_grub2.py:
|
||||||
- Use context managers to avoid (harmless) file descriptor leaks.
|
- Use context managers to avoid (harmless) file descriptor leaks.
|
||||||
|
- Set a file encoding, per PEP 0263.
|
||||||
|
|
||||||
-- Colin Watson <cjwatson@debian.org> Thu, 27 Sep 2012 13:25:46 +0100
|
-- Colin Watson <cjwatson@debian.org> Thu, 27 Sep 2012 13:25:46 +0100
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user