diff options
author | Stan Seibert <stan@mtrr.org> | 2011-08-17 14:38:45 -0400 |
---|---|---|
committer | Stan Seibert <stan@mtrr.org> | 2011-08-17 14:38:45 -0400 |
commit | b88e37c5c7de5411fb003a3c146a1b697b5813ad (patch) | |
tree | ce6b6bc992a901da7e83097bfe22d2b1f3ced09f /detectors/__init__.py | |
parent | ee07d0165f86ef6942bffd6ae88057926ab4e775 (diff) | |
parent | 11210ce25a543875eb51cff8efc06e7f02984214 (diff) | |
download | chroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.tar.gz chroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.tar.bz2 chroma-b88e37c5c7de5411fb003a3c146a1b697b5813ad.zip |
merge
Diffstat (limited to 'detectors/__init__.py')
-rw-r--r-- | detectors/__init__.py | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/detectors/__init__.py b/detectors/__init__.py index 8550751..f812058 100644 --- a/detectors/__init__.py +++ b/detectors/__init__.py @@ -1,15 +1,8 @@ from lbne import build_lbne from sno import build_sno as build_sno_detector - -import os -import sys +from chroma.camera import buildable import inspect -dir = os.path.split(os.path.realpath(__file__))[0] -sys.path.append(dir + '/..') - -from view import buildable - # from LBNE document #3951 radius = 63.30/2 height = 76.60 |