Fix example test scripts

This commit is contained in:
akl 2013-02-20 14:11:45 +00:00
parent b78679f31c
commit 5eb9ea61de

View File

@ -4,7 +4,7 @@ import geompy
import salome
gg = salome.ImportComponentGUI("GEOM")
# import initial topology
# import initial topology with bad tolerances (more than 1e-07)
shape1 = geompy.ImportBREP("my_shape_1.brep")
shape2 = geompy.ImportBREP("my_shape_2.brep")