mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 06:27:17 +02:00
Cleaned up the ansi.py module and made it better match the the style rest of the code.
This commit is contained in:
parent
e125763ea5
commit
7e736d19e2
5 changed files with 91 additions and 93 deletions
|
|
@ -150,9 +150,3 @@ class HelpEntry(SharedMemoryModel):
|
|||
|
||||
def __unicode__(self):
|
||||
return u'%s' % self.key
|
||||
|
||||
def get_entrytext_ingame(self):
|
||||
"""
|
||||
Gets the entry text for in-game viewing.
|
||||
"""
|
||||
return ansi.parse_ansi(self.entrytext)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue