diff options
Diffstat (limited to 'media-sound/edna/files/edna-0.5-pep-0263.patch')
-rw-r--r-- | media-sound/edna/files/edna-0.5-pep-0263.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/media-sound/edna/files/edna-0.5-pep-0263.patch b/media-sound/edna/files/edna-0.5-pep-0263.patch new file mode 100644 index 000000000000..70294d9b1c23 --- /dev/null +++ b/media-sound/edna/files/edna-0.5-pep-0263.patch @@ -0,0 +1,11 @@ +--- edna.py.orig 2003-04-19 17:08:40.000000000 -0700 ++++ edna.py 2005-09-08 19:29:28.000000000 -0700 +@@ -1,4 +1,8 @@ + #!/usr/bin/env python ++# -*- coding: UTF-8 -*- ++# ++# the line above is to prevent a warning in python 2.3 or later; see: ++# http://www.python.org/peps/pep-0263.html + # + # edna.py -- an MP3 server + # |