None -> False

This commit is contained in:
rdb 2009-12-24 19:32:02 +00:00
parent b9d3842380
commit a9ae9b1d4c

View File

@ -10,7 +10,7 @@ class HostInfo:
class in the core API. """
def __init__(self, hostUrl, appRunner = None, hostDir = None,
asMirror = False, perPlatform = None):
asMirror = False, perPlatform = False):
""" You must specify either an appRunner or a hostDir to the
HostInfo constructor.