- handler.addQuickElement(u"link", None,
- {u"href": reverse("opds_authors"),
- u"rel": u"start",
- u"type": u"application/atom+xml"})
- handler.addQuickElement(u"link", None,
- {u"href": full_url(os.path.join(settings.STATIC_URL, "opensearch.xml")),
- u"rel": u"search",
- u"type": u"application/opensearchdescription+xml"})
+ handler.addQuickElement("link", None,
+ {"href": reverse("opds_authors"),
+ "rel": "start",
+ "type": "application/atom+xml"})
+ handler.addQuickElement("link", None,
+ {"href": full_url(os.path.join(settings.STATIC_URL, "opensearch.xml")),
+ "rel": "search",
+ "type": "application/opensearchdescription+xml"})