summaryrefslogtreecommitdiffstats
path: root/ipalib/plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-18 22:39:48 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-18 22:39:48 +0000
commitef0d7a71abe0d026b1b79b6dc32d17793a8d7806 (patch)
treedf2d26b13ff197b27a55082b66d510b8216ad5bf /ipalib/plugable.py
parent81ebe078be56cef4c3d15e40d1b1fad01e67c0c0 (diff)
downloadfreeipa-ef0d7a71abe0d026b1b79b6dc32d17793a8d7806.tar.gz
freeipa-ef0d7a71abe0d026b1b79b6dc32d17793a8d7806.tar.xz
freeipa-ef0d7a71abe0d026b1b79b6dc32d17793a8d7806.zip
299: Cleaned up unit tests for ReadOnly class
Diffstat (limited to 'ipalib/plugable.py')
-rw-r--r--ipalib/plugable.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/plugable.py b/ipalib/plugable.py
index 44653943d..9db4a5c62 100644
--- a/ipalib/plugable.py
+++ b/ipalib/plugable.py
@@ -81,7 +81,7 @@ class ReadOnly(object):
def __islocked__(self):
"""
- Return whether instance is locked.
+ Return True if instance is locked, otherwise False.
"""
return self.__locked