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

@ -20,7 +20,7 @@ class HelpEntryManager(models.Manager):
find_topicsuggestions
find_topics_with_category
all_to_category
search_help (equivalent to ev.search_helpentry)
search_help (equivalent to evennia.search_helpentry)
"""
def find_topicmatch(self, topicstr, exact=False):