This commit is contained in:
Cyrille L 2023-05-09 15:57:28 +02:00
parent 4b6595b4a3
commit 75b42a68d4
4 changed files with 9 additions and 13 deletions

2
debian/control vendored
View File

@ -1,5 +1,5 @@
Package: tyto Package: tyto
Version: 0.10.6 Version: 1.0.0
Section: custom Section: custom
Priority: optional Priority: optional
Architecture: all Architecture: all

View File

@ -1,5 +1,5 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Version: 0.10.6 # Version: 1.0.0
# Tyto - Littérateur # Tyto - Littérateur
# #
# Copyright (C) 2023 Cyrille Louarn <echolib+tyto@a-lec.org> # Copyright (C) 2023 Cyrille Louarn <echolib+tyto@a-lec.org>
@ -28,10 +28,10 @@
# Funny Stats Project # Funny Stats Project
#------------------------- #-------------------------
# Project files : 20 # Project files : 20
# Project lines : 7513 # Project lines : 7508
# Project comments : 1153 # Project comments : 1153
# Project functions: 109 # Project functions: 109
# Project program : 5657 # Project program : 5652
# #
# file lines : 93 # file lines : 93
# file comments : 33 # file comments : 33

View File

@ -7,7 +7,8 @@ Tyto - Littérateur
- License: https://git.a-lec.org/echolib/tyto-litterateur/-/blob/master/LICENSE - License: https://git.a-lec.org/echolib/tyto-litterateur/-/blob/master/LICENSE
- Documentation: https://tyto.echolib.re - Documentation: https://tyto.echolib.re
## [0.10.6] ## [1.0.0]
- (2023.05.09)
- - Official first public release

View File

@ -28,10 +28,10 @@
#------------------------- #-------------------------
# Funny Stats Project # Funny Stats Project
#------------------------- #-------------------------
# file lines : 1097 # file lines : 1092
# file comments : 104 # file comments : 104
# file functions: 7 # file functions: 7
# file program : 877 # file program : 872
#-------------------------- #--------------------------
@ -55,11 +55,6 @@ except:
lang_site = lang_sys lang_site = lang_sys
# Generic answer # Generic answer
"""
answer_yes = ('y', 'Y', 'yes', 'Yes', 'YES',
'o', 'O', 'oui', 'Oui', 'Oui'
)
"""
try: answer_yes try: answer_yes
except: answer_yes = langs.answer_yes except: answer_yes = langs.answer_yes