You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@climate.apache.org by "Cameron Goodale (JIRA)" <ji...@apache.org> on 2013/08/20 19:02:52 UTC

[jira] [Resolved] (CLIMATE-266) local.py and associated tests import code one level below the ocw folder

     [ https://issues.apache.org/jira/browse/CLIMATE-266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Cameron Goodale resolved CLIMATE-266.
-------------------------------------

    Resolution: Fixed

Fixed in revision 1515880.
                
> local.py and associated tests import code one level below the ocw folder
> ------------------------------------------------------------------------
>
>                 Key: CLIMATE-266
>                 URL: https://issues.apache.org/jira/browse/CLIMATE-266
>             Project: Apache Open Climate Workbench
>          Issue Type: Sub-task
>          Components: general
>    Affects Versions: 0.2-incubating
>         Environment: *nix
>            Reporter: Cameron Goodale
>            Assignee: Cameron Goodale
>             Fix For: 0.3-incubating
>
>   Original Estimate: 0.25h
>  Remaining Estimate: 0.25h
>
> The local.py code imports ocw code as follows:
> from dataset import Dataset
> which should be
> from ocw.dataset import Dataset
> All of the ocw related code needs to be imported using the parent package of ocw so we have good solid namespacing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira