From 01e47cb49a9e17ea6a7c054bc7a26394be7ea5b9 Mon Sep 17 00:00:00 2001 From: Sam Ruby Date: Thu, 31 Aug 2006 19:12:28 -0400 Subject: [PATCH] Correct planet namespace --- filters/excerpt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filters/excerpt.py b/filters/excerpt.py index 5b70438..ffc7b26 100644 --- a/filters/excerpt.py +++ b/filters/excerpt.py @@ -17,7 +17,7 @@ import sys, xml.dom.minidom, textwrap from xml.dom import Node, minidom atomNS = 'http://www.w3.org/2005/Atom' -planetNS = 'http://planet.intertwingly.net' +planetNS = 'http://planet.intertwingly.net/' args = dict(zip([name.lstrip('-') for name in sys.argv[1::2]], sys.argv[2::2]))