Skip to content
  • Yuya Nishihara's avatar
    debugcommands: use temporary dict for its command table · c942c83ac2ec
    Yuya Nishihara authored
    Instead, load the table by commands.py so the debug commands should always
    be populated. The table in debugcommands.py is unnamed so extension authors
    wouldn't be confused to wrap debugcommands.table in place of commands.table.
    c942c83ac2ec