diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-19 14:09:01 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-19 14:09:01 -0400 |
commit | a38c56ff1e268298568077af7f03c8ac64c6fb82 (patch) | |
tree | 7a7d4c5809c370f3e542cfc8cb0bec7c2e4f5cdc | |
parent | 47e99a7b3cbd4b7c7e48a7d5451fd648e068fda9 (diff) | |
download | chroma-a38c56ff1e268298568077af7f03c8ac64c6fb82.tar.gz chroma-a38c56ff1e268298568077af7f03c8ac64c6fb82.tar.bz2 chroma-a38c56ff1e268298568077af7f03c8ac64c6fb82.zip |
Forgot to import chroma.gpu.render in gpu/__init__.py
-rw-r--r-- | chroma/gpu/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
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 * |