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)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 8 Feb 2024 02:48:44 +0000 (02:48 +0000)
commitecc84aa448a962f1a224144bbb65f0cef36a4279
treef11f1cc1d9d9c8b046c3046f0fcaae020f0dd4af
parent9b2f2302ee4828ae54f5903a3bf649ffd255fb4a
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>
python/samba/nt_time.py