mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Translate docstrings.
This commit is contained in:
committed by
Rob Crittenden
parent
bbc94034b0
commit
8145952752
@@ -181,7 +181,7 @@ class Plugin(ReadOnly):
|
||||
self.bases = tuple(
|
||||
'%s.%s' % (b.__module__, b.__name__) for b in cls.__bases__
|
||||
)
|
||||
self.doc = inspect.getdoc(cls)
|
||||
self.doc = _(inspect.getdoc(cls))
|
||||
if self.doc is None:
|
||||
self.summary = '<%s>' % self.fullname
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user