kpvdr commented on a change in pull request #186: PROTON-2086: Changed API
documentation from epydoc to Sphinx
URL: https://github.com/apache/qpid-proton/pull/186#discussion_r316207427
##########
File path: python/proton/utils.py
##########
@@ -19,12 +19,14 @@
from __future__ import absolute_import
-from ._utils import BlockingConnection, SyncRequestResponse, SendException,
LinkDetached, ConnectionClosed
+from ._utils import BlockingConnection, BlockingSender, BlockingReceiver,
SyncRequestResponse, SendException, LinkDetached, ConnectionClosed
__all__ = [
'BlockingConnection',
+ 'BlockingSender',
+ 'BlockingReceiver',
'SyncRequestResponse',
'SendException',
'LinkDetached',
- 'ConnectionClosed'
+ 'ConnectionClosed',
Review comment:
Looking at this again, I believe I at one time added to this list, then
changed my mind. But I forgot to remove the trailing comma... I'll take it out
as it appears to be just an added comma for no reason!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]