From e33c6fab8b8dd8adb3d71af8517dfe45ba264cf7 Mon Sep 17 00:00:00 2001 From: Anthony LaTorre Date: Wed, 17 Aug 2011 10:36:22 -0400 Subject: import chroma modules from subpackages with import chroma.module_name --- stl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stl.py') diff --git a/stl.py b/stl.py index 9bc14de..0806c29 100644 --- a/stl.py +++ b/stl.py @@ -1,7 +1,7 @@ import numpy as np import string import struct -from geometry import Mesh +from chroma.geometry import Mesh import bz2 def mesh_from_stl(filename): -- cgit