Fix lingering references to old perms/locks to resolve unittests.

This commit is contained in:
Griatch 2017-02-18 12:00:27 +01:00
parent 2138e4cd70
commit 8ee817ce8b
8 changed files with 14 additions and 14 deletions

View file

@ -1203,7 +1203,7 @@ class ContribRPObject(DefaultObject):
nofound_string (str): optional custom string for not-found error message.
multimatch_string (str): optional custom string for multimatch error header.
use_dbref (bool or None): If None, only turn off use_dbref if we are of a lower
permission than Builders. Otherwise, honor the True/False value.
permission than Builder. Otherwise, honor the True/False value.
Returns:
match (Object, None or list): will return an Object/None if `quiet=False`,