summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony LaTorre <tlatorre9@gmail.com>2011-08-26 18:32:03 -0400
committerAnthony LaTorre <tlatorre9@gmail.com>2011-08-26 18:32:03 -0400
commit28182873d1c8a8e1d3de38e3a4440490680683c5 (patch)
treed256b6fc2da3bc0252429a59398a9bb2648ce362
parent375046868564e4911ab3c6094e7e7fc92edd76c6 (diff)
downloadchroma-28182873d1c8a8e1d3de38e3a4440490680683c5.tar.gz
chroma-28182873d1c8a8e1d3de38e3a4440490680683c5.tar.bz2
chroma-28182873d1c8a8e1d3de38e3a4440490680683c5.zip
woops! import from wrong module in last commit
-rw-r--r--generator/vertex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/vertex.py b/generator/vertex.py
index 7bf9ba0..5626541 100644
--- a/generator/vertex.py
+++ b/generator/vertex.py
@@ -3,7 +3,7 @@ from itertools import izip, count
from chroma.pi0 import pi0_decay
from chroma.event import Event, Subtrack
-from chroma.transform import uniform_sphere
+from chroma.sample import uniform_sphere
# generator parts for use with gun()