Github user Omkar20895 commented on a diff in the pull request: https://github.com/apache/climate/pull/379#discussion_r72910817 --- Diff: ocw/data_source/PODAAC.py --- @@ -0,0 +1,104 @@ +# Licensed to the Apache Software Foundation (ASF) under one --- End diff -- @lewismc I willingly did this, because if I used podaac.py then there is a clash during importing podaac from podaacpy, since both the files have same name. Let's say I have changed the file name to podaac.py in ocw and import podaac inside it, it is importing itself rather than importing podaac from podaacpy. That was strange.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---