From d146f4687e558f974624c8df09559f882f827f6e Mon Sep 17 00:00:00 2001 From: Samir Naik Date: Fri, 27 May 2005 17:46:48 +0000 Subject: [PATCH] commented out assertion that was crashing --- direct/src/distributed/AsyncRequest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/distributed/AsyncRequest.py b/direct/src/distributed/AsyncRequest.py index bf8d72b84b..6f92fd2279 100755 --- a/direct/src/distributed/AsyncRequest.py +++ b/direct/src/distributed/AsyncRequest.py @@ -41,7 +41,7 @@ class AsyncRequest(DirectObject): timeout is how many seconds to wait before aborting the request. """ assert self.notify.debugCall() - assert isinstance(air, ConnectionRepository) # The api to AsyncRequest has changed. + #assert isinstance(air, ConnectionRepository) # The api to AsyncRequest has changed. #DirectObject.DirectObject.__init__(self) self.air=air self.replyToChannelId=replyToChannelId