[Yum-devel] [PATCH 1/2] Specifies the encoding of the pygettext.py source file, so the it can be imported without errors.

Nick Jacek njacek at redhat.com
Fri Jul 22 19:08:14 UTC 2011


---
 po/pygettext.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/po/pygettext.py b/po/pygettext.py
index 276a433..7f13138 100644
--- a/po/pygettext.py
+++ b/po/pygettext.py
@@ -1,4 +1,5 @@
 #!/usr/bin/python
+# coding=utf-8
 # Originally written by Barry Warsaw <bwarsaw at python.org>
 #
 # minimally patched to make it even more xgettext compatible 
-- 
1.7.5.4



More information about the Yum-devel mailing list