55
55
if not plugin_cmds.has_key(k_unsquished):
56
56
plugin_cmds[k_unsquished] = cmd
57
57
mutter('registered plugin command %s', k_unsquished)
59
65
log_error('Two plugins defined the same command: %r' % k)
60
66
log_error('Not loading the one in %r' % sys.modules[cmd.__module__])