Added tag search methods to utils.search. Fixed bug in ev.py.
This commit is contained in:
parent
6e5de7847a
commit
6d06ab5338
2 changed files with 30 additions and 2 deletions
2
ev.py
2
ev.py
|
|
@ -227,7 +227,7 @@ class DBmanagers(_EvContainer):
|
|||
tags = Tag.objects
|
||||
# remove these so they are not visible as properties
|
||||
del HelpEntry, PlayerDB, ScriptDB, Msg, ChannelDB, PlayerChannelConnection,
|
||||
del ExternalChannelConnection, ObjectDB, ServerConfig, Tags, Attributes
|
||||
del ExternalChannelConnection, ObjectDB, ServerConfig, Tag, Attribute
|
||||
|
||||
managers = DBmanagers()
|
||||
del DBmanagers
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue