You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by agoodm <gi...@git.apache.org> on 2016/09/15 05:27:01 UTC

[GitHub] climate issue #407: CLIMATE-854 Ensure that ocw runs with Python 3.X

Github user agoodm commented on the issue:

    https://github.com/apache/climate/pull/407
  
    @lewismc Sorry for being late to the party here, but we should maintain compatibility between both python2 and 3 since in practice many users in the earth science community are still running python2. I am sure you probably already know how to do this, but as a reminder simple `from __future__ import print_function`  at the top of these files would do the trick here.


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---