Set a file encoding, per PEP 0263.

This commit is contained in:
Colin Watson 2012-09-27 13:27:58 +01:00
parent 425aceeb2f
commit a9bc269208
2 changed files with 2 additions and 0 deletions

View File

@ -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
View File

@ -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