1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-23 00:29:59 +02:00

make iso_datetime deprecated only. no need to make hidden.

This commit is contained in:
Kelly Brazil
2022-10-18 09:35:59 -07:00
parent 597a8f468e
commit f370151b54

View File

@ -17,7 +17,6 @@ class info():
author_email = 'kellyjonbrazil@gmail.com' author_email = 'kellyjonbrazil@gmail.com'
details = 'Deprecated - please use datetime-iso' details = 'Deprecated - please use datetime-iso'
compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin'] compatible = ['linux', 'aix', 'freebsd', 'darwin', 'win32', 'cygwin']
hidden = True
deprecated = True deprecated = True