diff --git a/v8/tagged_pages/tagged_pages.py b/v8/tagged_pages/tagged_pages.py index 206d8b49..38fdfef6 100644 --- a/v8/tagged_pages/tagged_pages.py +++ b/v8/tagged_pages/tagged_pages.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright © 2012-2020 Roberto Alsina and others. +# Copyright © 2012-2024 Roberto Alsina and others. # Permission is hereby granted, free of charge, to any # person obtaining a copy of this software and associated @@ -28,10 +28,10 @@ from nikola import utils -from nikola.plugins.task.tags import ClassifyTags +from nikola.plugins.task import tags -class ClassifyPagesByTags(ClassifyTags): +class ClassifyPagesByTags(tags.ClassifyTags): """Classify the posts by tags.""" name = "tagged_pages"