Ejemplo n.º 1
0
def default_dest(istr):
    if istr == '':
        usage()
        sys.exit(2)
    return helpers.padding(1, istr)
Ejemplo n.º 2
0
def default_start(istr):
    if istr == '':
        return '21'
    else:
        return helpers.padding(1, istr)