diff options
Diffstat (limited to 'SCons/Tool/GettextCommon.py')
-rw-r--r-- | SCons/Tool/GettextCommon.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/Tool/GettextCommon.py b/SCons/Tool/GettextCommon.py index 8c5d0b0..fd6e428 100644 --- a/SCons/Tool/GettextCommon.py +++ b/SCons/Tool/GettextCommon.py @@ -69,7 +69,7 @@ SCons.Warnings.enableWarningClass(MsgfmtNotFound) ############################################################################# ############################################################################# -class _POTargetFactory(object): +class _POTargetFactory: """ A factory of `PO` target files. Factory defaults differ from these of `SCons.Node.FS.FS`. We set `precious` @@ -269,7 +269,7 @@ def _translate(env, target=None, source=SCons.Environment._null, *args, **kw): ############################################################################# ############################################################################# -class RPaths(object): +class RPaths: """ Callable object, which returns pathnames relative to SCons current working directory. |