Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.2-incubating
-
None
-
*nix
Description
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.