summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <devnull@localhost>2013-11-08 23:27:07 -0600
committertlatorre <tlatorre@uchicago.edu>2021-05-09 08:42:39 -0700
commit3e664af8645d36dc40ca562a4ec90b3bbd4aad61 (patch)
tree2f4d6d84c1cee20305c2c71a90d02e2875b4bde4
parent62c12fda76bbbbf7fecd69dba4c1ae316e102331 (diff)
downloadchroma-3e664af8645d36dc40ca562a4ec90b3bbd4aad61.tar.gz
chroma-3e664af8645d36dc40ca562a4ec90b3bbd4aad61.tar.bz2
chroma-3e664af8645d36dc40ca562a4ec90b3bbd4aad61.zip
remove project from __init__
-rw-r--r--chroma/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/chroma/__init__.py b/chroma/__init__.py
index b409871..846e849 100644
--- a/chroma/__init__.py
+++ b/chroma/__init__.py
@@ -12,7 +12,6 @@ from chroma import likelihood
from chroma.likelihood import Likelihood
from chroma import make
from chroma.demo import optics
-from chroma import project
from chroma import sample
from chroma.sim import Simulation
from chroma.stl import mesh_from_stl