[ https://issues.apache.org/jira/browse/AVRO-202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12779734#action_12779734 ]
Jeff Hammerbacher commented on AVRO-202: ---------------------------------------- Thanks for the review, Patrick. I added a test, but have a few qualms about it: 1) You can only execute "import *" at the module level; I'd rather just do this in the test. 2) We need to maintain a list of exported modules in two places now: __init__.py and testimport.py. Let me know what you think. Thanks, Jeff > Add __all__ listing to avro module > ---------------------------------- > > Key: AVRO-202 > URL: https://issues.apache.org/jira/browse/AVRO-202 > Project: Avro > Issue Type: Task > Components: python > Reporter: Jeff Hammerbacher > Assignee: Jeff Hammerbacher > Attachments: AVRO-202.patch, AVRO-202.patch > > > Folks who want to say "from avro import *" will need this listing: > http://docs.python.org/tutorial/modules.html#importing-from-a-package. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.