python: do not make use of typing.Final for python 3.6
authorRob van der Linde <rob@catalyst.net.nz>
Thu, 1 Feb 2024 23:54:41 +0000 (12:54 +1300)
committerJule Anger <janger@samba.org>
Mon, 19 Feb 2024 14:31:13 +0000 (14:31 +0000)
commit9366f55486254e1641a3ddc73c69e8ace774f6dc
tree6099d15b70acd8223de39e3d01d07fc7ebe0c1a9
parent858090913e389c1de8525cefe753642e724c2ac7
python: do not make use of typing.Final for python 3.6

Python 3.6 does not have typing.Final yet

BUG: https://bugzilla.samba.org/show_bug.cgi?id=15575

Signed-off-by: Rob van der Linde <rob@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
(cherry picked from commit ecc84aa448a962f1a224144bbb65f0cef36a4279)
python/samba/nt_time.py