diff options
author | Stan Seibert <stan@mtrr.org> | 2011-09-16 14:27:46 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-09-16 14:27:46 -0400 |
commit | 084dfd08b714faefaea77cb7dc04d2e93dc04b1d (patch) | |
tree | 5be8c1f1d30dc52d74c70c4964ec54f66294c265 /__init__.py | |
parent | cfecff941fc619eb7269128afc62d9c11ae78aff (diff) | |
download | chroma-084dfd08b714faefaea77cb7dc04d2e93dc04b1d.tar.gz chroma-084dfd08b714faefaea77cb7dc04d2e93dc04b1d.tar.bz2 chroma-084dfd08b714faefaea77cb7dc04d2e93dc04b1d.zip |
File reorganization to move toward standard python package layout
Diffstat (limited to '__init__.py')
-rw-r--r-- | __init__.py | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/__init__.py b/__init__.py deleted file mode 100644 index 3359bbc..0000000 --- a/__init__.py +++ /dev/null @@ -1,15 +0,0 @@ -from camera import Camera, EventViewer, view, build -import geometry -import event -from fileio import root -import generator -import gpu -import itertoolset -import likelihood -import make -import optics -import project -import sample -from sim import Simulation -from stl import mesh_from_stl -import transform |