commented out assertion that was crashing

This commit is contained in:
Samir Naik 2005-05-27 17:46:48 +00:00
parent ae031f102a
commit d146f4687e
1 changed files with 1 additions and 1 deletions

View File

@ -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