Fix references to contrib and ev. Allows Ampoule tests to run. They're severely broken, however.

This commit is contained in:
Jonathan Piacenti 2015-02-22 18:24:54 -06:00 committed by Griatch
parent c03bac5efd
commit 65adb0982b
18 changed files with 80 additions and 51 deletions

View file

@ -45,7 +45,7 @@ class ObjectDBManager(TypedObjectManager):
get_objs_with_key_or_alias
get_contents
object_search (interface to many of the above methods,
equivalent to ev.search_object)
equivalent to evennia.search_object)
copy_object
"""

View file

@ -102,7 +102,7 @@ class DefaultObject(ObjectDB):
Characters, Exits and Rooms (see the bottom of this module).
Note that all new Objects and their subclasses *must* always be
created using the ev.create_object() function. This is so the
created using the evennia.create_object() function. This is so the
typeclass system can be correctly initiated behind the scenes.
@ -326,7 +326,7 @@ class DefaultObject(ObjectDB):
Perform a standard object search in the database, handling
multiple results and lack thereof gracefully. By default, only
objects in self's current location or inventory is searched.
Note: to find Players, use eg. ev.player_search.
Note: to find Players, use eg. evennia.player_search.
Args:
searchdata (str or obj): Primary search criterion. Will be matched