Salome HOME
Issue #803: Put all the python modules in the same python package newgeom
[modules/shaper.git] / src / ModelGeomAlgo / Test / TestPoint2D.py
index c0344eab22410c05fcef344bf4947c1520d2413f..6d5cf94b939eb4106134e9267aba767db7038ef6 100755 (executable)
@@ -15,3 +15,6 @@ from ModelGeomAlgo import *
 __updated__ = "2016-07-20"
 
 aSession = ModelAPI_Session.get()
+
+from salome.shaper import model
+assert(model.checkPythonDump())