X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/5027ba83068235d964eeef428751ce8b9bb290db..154870f0416b6b387637d6035c96321410512e95:/src/oai/handlers.py diff --git a/src/oai/handlers.py b/src/oai/handlers.py index 6fbcd4271..779406d70 100644 --- a/src/oai/handlers.py +++ b/src/oai/handlers.py @@ -56,7 +56,6 @@ def nsdcterms(name): return '{%s}%s' % (NS_DCTERMS, name) -# WTF class Catalogue(common.ResumptionOAIPMH): TAG_CATEGORIES = ['author', 'epoch', 'kind', 'genre'] @@ -117,7 +116,7 @@ class Catalogue(common.ResumptionOAIPMH): def identify(self, **kw): ident = common.Identify( 'Wolne Lektury', # generate - '%s/oaipmh' % unicode(WL_BASE), # generate + '%s/oaipmh' % str(WL_BASE), # generate '2.0', # version [m[1] for m in settings.MANAGERS], # adminEmails make_time_naive(self.earliest_datestamp), # earliest datestamp of any change