This commit is contained in:
Clay Gerrard 2010-07-29 13:31:27 -05:00
parent 4a27df057d
commit 7ae6ec0675

@ -25,7 +25,7 @@ def connect_tcp(hostport):
class MockTrue(object):
"""
Instances of MockTrue evalulate like True
Instances of MockTrue evaluate like True
Any attr accessed on an instance of MockTrue will return a MockTrue instance
Any method called on an instance of MockTrue will return a MockTrue instance