Change hash header.

master
voussoir 2021-09-24 18:30:53 -07:00
parent 8801407f58
commit e273eb22a5
No known key found for this signature in database
GPG Key ID: 5F7554F8C26DACCB
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ This module provides functions for interactive command line UIs.
from voussoirkit import pipeable from voussoirkit import pipeable
#################################################################################################### ####################################################################################################
## ABC_CHOOSER ##################################################################################### # ABC_CHOOSER ######################################################################################
#################################################################################################### ####################################################################################################
def _abc_make_option_letters(options): def _abc_make_option_letters(options):
@ -85,7 +85,7 @@ def abc_chooser_many(options, prompt='', label='X'):
return choices return choices
#################################################################################################### ####################################################################################################
## GETPERMISSION ################################################################################### # GETPERMISSION ####################################################################################
#################################################################################################### ####################################################################################################
YES_STRINGS = ['yes', 'y'] YES_STRINGS = ['yes', 'y']