mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 10:37:16 +01:00
Modularizing ANSI parsing. This may break stuff. It's not quite where I want it just yet.
This commit is contained in:
parent
d4f80a526e
commit
36e23bfd4a
6 changed files with 137 additions and 119 deletions
|
|
@ -16,7 +16,6 @@ add_command on the command table each command belongs to.
|
|||
"""
|
||||
|
||||
from src.helpsys.management.commands.edit_helpfiles import add_help
|
||||
from src.ansi import ansi
|
||||
|
||||
class CommandTable(object):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue