Exemplo n.º 1
0
def make_except_once_rule_UTC(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'UTC', guiconfig)
Exemplo n.º 2
0
def make_except_once_rule_UTC(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'UTC', guiconfig)
Exemplo n.º 3
0
def make_except_once_rule_local(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'local', guiconfig)
Exemplo n.º 4
0
def make_except_once_rule_local(start, end, inclusive, guiconfig):
    return except_once.make_rule(start, end, inclusive, 'local', guiconfig)