[
https://issues.apache.org/jira/browse/CLIMATE-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16941251#comment-16941251
]
Lewis John McGibbney commented on CLIMATE-969:
----------------------------------------------
Lets move out the old stuff then. [~agoodman] do you want to take the lead on
this? By thew sounds of it you have a good idea about what a cleanup would look
like.
> Print statements are used instead of functions throughout the project
> ---------------------------------------------------------------------
>
> Key: CLIMATE-969
> URL: https://issues.apache.org/jira/browse/CLIMATE-969
> Project: Apache Open Climate Workbench
> Issue Type: Bug
> Components: general
> Reporter: Bryer Jeannotte
> Priority: Minor
>
> There still exists, throughout the project, the use of print statements
> instead of print functions which make using python3 impossible, since that is
> considered a syntax error.
>
> Adding the import
> {code:java}
> from __future__ import print_statement{code}
> at the top of the file, and switching statements to functions, will allow the
> use of python 2 and 3.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)