Exemple #1
0
def refresh(context_name):
    return imports.refresh(context_name)
def refresh( command_name ):
    """Reload the module supporting the given command."""
    return imports.refresh(command_name)
def refresh( gametype_name ):
    return imports.refresh(gametype_name)