X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/73b6a1639ba8f9f5fc7615c136364fdba73e5bb2..6b87b2b7014a0441f5f696a35127f12a89e48d2e:/src/oai/handlers.py

diff --git a/src/oai/handlers.py b/src/oai/handlers.py
index 6fbcd4271..0eeea8c0d 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']