Removed / no need when in ()

This commit is contained in:
Conrad Weidenkeller 2011-05-13 15:11:48 +00:00
parent ed6448496e
commit f1abacf361

View File

@ -316,7 +316,7 @@ class ContainerController(object):
created_at = datetime.utcfromtimestamp(
float(created_at)).isoformat()
if content_type is None:
xml_output.append('<subdir name="%s"><name>%s</name>' \
xml_output.append('<subdir name="%s"><name>%s</name>'
'</subdir>' % (name, name))
else:
content_type = saxutils.escape(content_type)