From 046ffd31a41dbd8e7132ee46b7b0d1906884d396 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 24 Dec 2009 19:35:15 +0000 Subject: [PATCH] Sorry, my mistake *me hides in shame* --- direct/src/p3d/HostInfo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/p3d/HostInfo.py b/direct/src/p3d/HostInfo.py index d186ed9d4c..9ddf423240 100644 --- a/direct/src/p3d/HostInfo.py +++ b/direct/src/p3d/HostInfo.py @@ -10,7 +10,7 @@ class HostInfo: class in the core API. """ def __init__(self, hostUrl, appRunner = None, hostDir = None, - asMirror = False, perPlatform = False): + asMirror = False, perPlatform = None): """ You must specify either an appRunner or a hostDir to the HostInfo constructor.