From 69bca18c0308f55034b5332ae4806a1d11ae2cf6 Mon Sep 17 00:00:00 2001 From: Griatch Date: Sun, 14 Apr 2019 21:43:01 +0200 Subject: [PATCH] Minor cleanups --- evennia/commands/command.py | 2 +- evennia/utils/containers.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/evennia/commands/command.py b/evennia/commands/command.py index 5fb952db9d..fed6b0917e 100644 --- a/evennia/commands/command.py +++ b/evennia/commands/command.py @@ -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): diff --git a/evennia/utils/containers.py b/evennia/utils/containers.py index 5ee08d1604..615b22ebc1 100644 --- a/evennia/utils/containers.py +++ b/evennia/utils/containers.py @@ -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 """