From a38c56ff1e268298568077af7f03c8ac64c6fb82 Mon Sep 17 00:00:00 2001 From: Stan Seibert Date: Mon, 19 Sep 2011 14:09:01 -0400 Subject: Forgot to import chroma.gpu.render in gpu/__init__.py --- chroma/gpu/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/chroma/gpu/__init__.py b/chroma/gpu/__init__.py index 8a87fc7..b5a1ff3 100644 --- a/chroma/gpu/__init__.py +++ b/chroma/gpu/__init__.py @@ -1,5 +1,6 @@ from chroma.gpu.tools import * from chroma.gpu.geometry import * +from chroma.gpu.render import * from chroma.gpu.photon import * from chroma.gpu.daq import * from chroma.gpu.pdf import * -- cgit