Fix references to contrib and ev. Allows Ampoule tests to run. They're severely broken, however.
This commit is contained in:
parent
c03bac5efd
commit
65adb0982b
18 changed files with 80 additions and 51 deletions
|
|
@ -121,7 +121,7 @@ class MsgManager(models.Manager):
|
|||
get_messages_by_receiver
|
||||
get_messages_by_channel
|
||||
text_search
|
||||
message_search (equivalent to ev.search_messages)
|
||||
message_search (equivalent to evennia.search_messages)
|
||||
"""
|
||||
|
||||
def identify_object(self, obj):
|
||||
|
|
@ -256,7 +256,7 @@ class ChannelDBManager(TypedObjectManager):
|
|||
get_all_channels
|
||||
get_channel(channel)
|
||||
get_subscriptions(player)
|
||||
channel_search (equivalent to ev.search_channel)
|
||||
channel_search (equivalent to evennia.search_channel)
|
||||
|
||||
"""
|
||||
@returns_typeclass_list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue