Author: duncan Date: Sun Oct 21 16:09:45 2007 New Revision: 10016 Log: Needs a coding: iso-8859-1 line for i18n to work
Modified: branches/rel-1/freevo/src/util/feedparser.py Modified: branches/rel-1/freevo/src/util/feedparser.py ============================================================================== --- branches/rel-1/freevo/src/util/feedparser.py (original) +++ branches/rel-1/freevo/src/util/feedparser.py Sun Oct 21 16:09:45 2007 @@ -1,4 +1,7 @@ #!/usr/bin/env python +# -*- coding: iso-8859-1 -*- +# vim:autoindent:tabstop=4:softtabstop=4:shiftwidth=4:expandtab:filetype=python: + """Universal feed parser Handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ Freevo-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
