Skip to content

Commit

Permalink
Fix import error in scene
Browse files Browse the repository at this point in the history
A small refactor was done and then undone to move DatasetDict and DatasetID. This little import change wasn't properly cleaned up.
  • Loading branch information
djhoese committed Dec 3, 2015
1 parent c33a979 commit 3deb628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpop/scene.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
import logging

from mpop import runtime_import, config_search_paths, get_environ_config_dir
from mpop.projectable import Projectable, InfoObject, DatasetID, DatasetDict
from mpop.projectable import Projectable, InfoObject
from mpop.readers import ReaderFinder, DatasetDict, DatasetID
from mpop.composites import IncompatibleAreas

Expand Down

0 comments on commit 3deb628

Please sign in to comment.