diff options
author | Stan Seibert <stan@mtrr.org> | 2012-04-05 14:54:34 -0400 |
---|---|---|
committer | tlatorre <tlatorre@uchicago.edu> | 2021-05-09 08:42:38 -0700 |
commit | 7204cfd1140b7a49837303826b297b72bceabe4d (patch) | |
tree | 32c2a2ba340d6de8120d6215026a3195f607366f /bin/chroma-cam | |
parent | 5b2a0a7f019a22cdd8c1a9ff0732e2b597a45055 (diff) | |
download | chroma-7204cfd1140b7a49837303826b297b72bceabe4d.tar.gz chroma-7204cfd1140b7a49837303826b297b72bceabe4d.tar.bz2 chroma-7204cfd1140b7a49837303826b297b72bceabe4d.zip |
Fix imports for chroma-cam
Diffstat (limited to 'bin/chroma-cam')
-rwxr-xr-x | bin/chroma-cam | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/chroma-cam b/bin/chroma-cam index 044cf31..b8e5434 100755 --- a/bin/chroma-cam +++ b/bin/chroma-cam @@ -6,8 +6,8 @@ if __name__ == '__main__': import sys import os - from chroma import view, EventViewer - from chroma import mesh_from_stl + from chroma.camera import view, EventViewer + from chroma.stl import mesh_from_stl from chroma.tools import enable_debug_on_crash import chroma.loader from chroma.log import logger, logging |