Added tag search methods to utils.search. Fixed bug in ev.py.

This commit is contained in:
Griatch 2013-12-02 14:07:38 +01:00
parent 6e5de7847a
commit 6d06ab5338
2 changed files with 30 additions and 2 deletions

2
ev.py
View file

@ -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