clean-up and test updates
This commit is contained in:
parent
0b1790ecfe
commit
2e9971dc82
2 changed files with 47 additions and 60 deletions
|
|
@ -19,8 +19,6 @@ from evennia.utils import logger
|
|||
from evennia.utils.utils import callables_from_module, class_from_module
|
||||
|
||||
SCRIPTDB = None
|
||||
_BASE_SCRIPT_TYPECLASS = None
|
||||
|
||||
|
||||
class Container:
|
||||
"""
|
||||
|
|
@ -201,10 +199,6 @@ class GlobalScriptContainer(Container):
|
|||
initialized.
|
||||
|
||||
"""
|
||||
global _BASE_SCRIPT_TYPECLASS
|
||||
if not _BASE_SCRIPT_TYPECLASS:
|
||||
_BASE_SCRIPT_TYPECLASS = class_from_module(settings.BASE_SCRIPT_TYPECLASS)
|
||||
|
||||
if self.typeclass_storage is None:
|
||||
self.typeclass_storage = {}
|
||||
for key, data in list(self.loaded_data.items()):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue