[yt_analysis/yt] Imports in blenders.py (issue #498)

Feb. 12, 2013
10 p.m.
--- you can reply above this line --- New issue 498: Imports in blenders.py https://bitbucket.org/yt_analysis/yt/issue/498/imports-in-blenderspy Nathan Goldbaum: The enhance function, defined inside `yt.visualization.volume_rendering.blenders`, has a `from yt.mods import *` in it. This causes imports elsewhere in yt to break. Here's an example import that doesn't work anymore: ``` #!python
from yt.analysis_modules.cosmological_observation.light_cone.light_cone import LightCone
Responsible: samskillman
--
This is an issue notification from bitbucket.org. You are receiving
this either because you are the owner of the issue, or you are
following the issue.
4424
Age (days ago)
4424
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nathan Goldbaum