mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 12:37:16 +02:00
Removed .typeclass and .dbobj references in codebase.
This commit is contained in:
parent
1130dc5757
commit
70da53569d
23 changed files with 60 additions and 127 deletions
|
|
@ -584,7 +584,6 @@ def clean_object_caches(obj):
|
|||
#print "recaching:", obj
|
||||
if not obj:
|
||||
return
|
||||
obj = hasattr(obj, "dbobj") and obj.dbobj or obj
|
||||
# contents cache
|
||||
try:
|
||||
_SA(obj, "_contents_cache", None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue