mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
I18n string cleanup and refactoring
This commit is contained in:
parent
3f9e330b07
commit
7aa4c6ad7c
62 changed files with 890 additions and 738 deletions
|
|
@ -27,11 +27,13 @@ class MonitorHandler(object):
|
|||
"""
|
||||
This is a resource singleton that allows for registering
|
||||
callbacks for when a field or Attribute is updated (saved).
|
||||
|
||||
"""
|
||||
|
||||
def __init__(self):
|
||||
"""
|
||||
Initialize the handler.
|
||||
|
||||
"""
|
||||
self.savekey = "_monitorhandler_save"
|
||||
self.monitors = defaultdict(lambda: defaultdict(dict))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue