Cameron Goodale created CLIMATE-266:
---------------------------------------

             Summary: 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


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

Reply via email to