refactor: delete class XmlDescriptor

It also adds `@XBlock.needs("i18n")` to `XModuleMixin` because this service is
required there.
This commit is contained in:
Agrendalath
2022-03-16 00:36:35 +01:00
committed by Piotr Surowiec
parent 8127d19115
commit 3380f88ab3
5 changed files with 12 additions and 15 deletions

View File

@@ -279,6 +279,7 @@ class XModuleFields:
)
@XBlock.needs("i18n")
class XModuleMixin(XModuleFields, XBlock):
"""
Fields and methods used by XModules internally.