[1.0.0]
This commit is contained in:
parent
4b6595b4a3
commit
75b42a68d4
|
@ -1,5 +1,5 @@
|
|||
Package: tyto
|
||||
Version: 0.10.6
|
||||
Version: 1.0.0
|
||||
Section: custom
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
# Version: 0.10.6
|
||||
# Version: 1.0.0
|
||||
# Tyto - Littérateur
|
||||
#
|
||||
# Copyright (C) 2023 Cyrille Louarn <echolib+tyto@a-lec.org>
|
||||
|
@ -28,10 +28,10 @@
|
|||
# Funny Stats Project
|
||||
#-------------------------
|
||||
# Project files : 20
|
||||
# Project lines : 7513
|
||||
# Project lines : 7508
|
||||
# Project comments : 1153
|
||||
# Project functions: 109
|
||||
# Project program : 5657
|
||||
# Project program : 5652
|
||||
#
|
||||
# file lines : 93
|
||||
# file comments : 33
|
||||
|
|
|
@ -7,7 +7,8 @@ Tyto - Littérateur
|
|||
- License: https://git.a-lec.org/echolib/tyto-litterateur/-/blob/master/LICENSE
|
||||
- Documentation: https://tyto.echolib.re
|
||||
|
||||
## [0.10.6]
|
||||
|
||||
## [1.0.0]
|
||||
- (2023.05.09)
|
||||
- - Official first public release
|
||||
|
||||
|
||||
|
|
|
@ -28,10 +28,10 @@
|
|||
#-------------------------
|
||||
# Funny Stats Project
|
||||
#-------------------------
|
||||
# file lines : 1097
|
||||
# file lines : 1092
|
||||
# file comments : 104
|
||||
# file functions: 7
|
||||
# file program : 877
|
||||
# file program : 872
|
||||
#--------------------------
|
||||
|
||||
|
||||
|
@ -55,11 +55,6 @@ except:
|
|||
lang_site = lang_sys
|
||||
|
||||
# Generic answer
|
||||
"""
|
||||
answer_yes = ('y', 'Y', 'yes', 'Yes', 'YES',
|
||||
'o', 'O', 'oui', 'Oui', 'Oui'
|
||||
)
|
||||
"""
|
||||
try: answer_yes
|
||||
except: answer_yes = langs.answer_yes
|
||||
|
||||
|
|
Loading…
Reference in New Issue