Change hash header.
This commit is contained in:
parent
8801407f58
commit
e273eb22a5
1 changed files with 2 additions and 2 deletions
|
@ -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']
|
||||||
|
|
Loading…
Reference in a new issue