[PATCH] Set the encoding of custom.py to utf-8

David Shea dshea at redhat.com
Mon Aug 19 14:41:47 UTC 2013


The example text I added for non-ascii lower() cases contains a utf-8
character, which requires a coding to be set.
---
 pyanaconda/ui/gui/spokes/custom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pyanaconda/ui/gui/spokes/custom.py b/pyanaconda/ui/gui/spokes/custom.py
index b3e0ce8..c74635f 100644
--- a/pyanaconda/ui/gui/spokes/custom.py
+++ b/pyanaconda/ui/gui/spokes/custom.py
@@ -1,3 +1,4 @@
+# vim: set fileencoding=utf-8
 # Custom partitioning classes.
 #
 # Copyright (C) 2012, 2013  Red Hat, Inc.
-- 
1.8.3.1



More information about the anaconda-patches mailing list