Minor cleanups

This commit is contained in:
Griatch 2019-04-14 21:43:01 +02:00
parent 7ae790a12f
commit 69bca18c03
2 changed files with 1 additions and 2 deletions

View file

@ -472,7 +472,7 @@ class Command(with_metaclass(CommandMeta, object)):
"""
return self.__doc__
def width(self):
def client_width(self):
return self.session.protocol_flags['SCREENWIDTH'][0]
def style_table(self, *args, **kwargs):

View file

@ -6,7 +6,6 @@ represent Singletons and acts as a convenient place to find resources (
available as properties on the singleton)
evennia.GLOBAL_SCRIPTS
evennia.VALIDATOR_FUNCS
evennia.OPTION_CLASSES
"""