Mercurial > hg > auditok
changeset 380:d9748949d940
Update dates
author | Amine Sehili <amine.sehili@gmail.com> |
---|---|
date | Mon, 01 Mar 2021 22:42:11 +0100 |
parents | df2a320e10d5 |
children | 1e94615427a7 c030134b7870 |
files | auditok/cmdline.py |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/auditok/cmdline.py Wed Feb 17 19:22:18 2021 +0100 +++ b/auditok/cmdline.py Mon Mar 01 22:42:11 2021 +0100 @@ -11,7 +11,7 @@ @copyright: 2015-2021 Mohamed El Amine SEHILI @license: MIT @contact: amine.sehili@gmail.com -@deffield updated: 18 Feb 2021 +@deffield updated: 01 Mar 2021 """ import sys @@ -30,7 +30,7 @@ __all__ = [] __date__ = "2015-11-23" -__updated__ = "2021-02-17" +__updated__ = "2021-03-01" def main(argv=None):