Exemplo n.º 1
0
def refresh(context_name):
    return imports.refresh(context_name)
Exemplo n.º 2
0
def refresh( command_name ):
    """Reload the module supporting the given command."""
    return imports.refresh(command_name)
Exemplo n.º 3
0
def refresh( gametype_name ):
    return imports.refresh(gametype_name)